Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode.h903 #define IS_TUNNEL_ROOT_PKT(p) (IS_TUNNEL_PKT(p) && (p)->root == NULL) macro
1191 if (IS_TUNNEL_ROOT_PKT(p) && !IS_TUNNEL_PKT_VERDICTED(p) && !outstanding) { in VerdictTunnelPacket()
1194 …} else if (!IS_TUNNEL_ROOT_PKT(p) && outstanding == 1 && p->root && IS_TUNNEL_PKT_VERDICTED(p->roo… in VerdictTunnelPacket()
H A Dtmqh-packetpool.c390 if (IS_TUNNEL_ROOT_PKT(p)) { in TmqhOutputPacketpool()
H A Dlog-pcap.c228 if (IS_TUNNEL_PKT(p) && !IS_TUNNEL_ROOT_PKT(p)) { in PcapLogCondition()
488 (IS_TUNNEL_PKT(p) && !IS_TUNNEL_ROOT_PKT(p)) || in PcapLog()