Home
last modified time | relevance | path

Searched refs:DECODE_TUNNEL_UNSET (Results 1 – 3 of 3) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-vxlan.c131 int decode_tunnel_proto = DECODE_TUNNEL_UNSET; in DecodeVXLAN()
183 if (decode_tunnel_proto != DECODE_TUNNEL_UNSET) { in DecodeVXLAN()
H A Ddecode-geneve.c189 int decode_tunnel_proto = DECODE_TUNNEL_UNSET; in DecodeGeneve()
251 if (decode_tunnel_proto != DECODE_TUNNEL_UNSET) { in DecodeGeneve()
H A Ddecode.h917 DECODE_TUNNEL_UNSET enumerator