Home
last modified time | relevance | path

Searched refs:PKT_IS_PSEUDOPKT (Results 1 – 25 of 38) sorted by relevance

12

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-csum.c233 if (p->ip4h == NULL || PKT_IS_PSEUDOPKT(p)) in DetectIPV4CsumMatch()
328 if (p->ip4h == NULL || p->tcph == NULL || p->proto != IPPROTO_TCP || PKT_IS_PSEUDOPKT(p)) in DetectTCPV4CsumMatch()
425 if (p->ip6h == NULL || p->tcph == NULL || p->proto != IPPROTO_TCP || PKT_IS_PSEUDOPKT(p)) in DetectTCPV6CsumMatch()
522 …if (p->ip4h == NULL || p->udph == NULL || p->proto != IPPROTO_UDP || PKT_IS_PSEUDOPKT(p) || p->udp… in DetectUDPV4CsumMatch()
619 if (p->ip6h == NULL || p->udph == NULL || p->proto != IPPROTO_UDP || PKT_IS_PSEUDOPKT(p)) in DetectUDPV6CsumMatch()
716 if (p->ip4h == NULL || p->icmpv4h == NULL || p->proto != IPPROTO_ICMP || PKT_IS_PSEUDOPKT(p)) in DetectICMPV4CsumMatch()
811 … if (p->ip6h == NULL || p->icmpv6h == NULL || p->proto != IPPROTO_ICMPV6 || PKT_IS_PSEUDOPKT(p) || in DetectICMPV6CsumMatch()
H A Ddetect-tcp-seq.c87 if (!(PKT_IS_TCP(p)) || PKT_IS_PSEUDOPKT(p)) { in DetectSeqMatch()
161 if ((p->proto) == IPPROTO_TCP && !(PKT_IS_PSEUDOPKT(p)) && in PrefilterPacketSeqMatch()
H A Ddetect-tcp-ack.c91 if (!(PKT_IS_TCP(p)) || PKT_IS_PSEUDOPKT(p)) { in DetectAckMatch()
166 if ((p->proto) == IPPROTO_TCP && !(PKT_IS_PSEUDOPKT(p)) && in PrefilterPacketAckMatch()
H A Ddetect-id.c102 if (!PKT_IS_IPV4(p) || PKT_IS_PSEUDOPKT(p)) { in DetectIdMatch()
228 if (!PKT_IS_IPV4(p) || PKT_IS_PSEUDOPKT(p)) { in PrefilterPacketIdMatch()
H A Ddetect-ttl.c108 if (PKT_IS_PSEUDOPKT(p)) in DetectTtlMatch()
313 if (PKT_IS_PSEUDOPKT(p)) { in PrefilterPacketTtlMatch()
H A Ddetect-template2.c104 if (PKT_IS_PSEUDOPKT(p)) in DetectTemplate2Match()
330 if (PKT_IS_PSEUDOPKT(p)) { in PrefilterPacketTemplate2Match()
H A Ddetect-tcpmss.c103 if (!(PKT_IS_TCP(p)) || PKT_IS_PSEUDOPKT(p)) in DetectTcpmssMatch()
317 if (!(PKT_IS_TCP(p)) || PKT_IS_PSEUDOPKT(p)) in PrefilterPacketTcpmssMatch()
H A Ddetect-fragoffset.c114 if (PKT_IS_PSEUDOPKT(p)) in DetectFragOffsetMatch()
262 if (PKT_IS_PSEUDOPKT(p)) in PrefilterPacketFragOffsetMatch()
H A Ddetect-fragbits.c145 if (!ctx || !PKT_IS_IPV4(p) || PKT_IS_PSEUDOPKT(p)) in DetectFragBitsMatch()
326 if (!PKT_IS_IPV4(p) || PKT_IS_PSEUDOPKT(p)) in PrefilterPacketFragBitsMatch()
H A Ddetect-template.c95 if (PKT_IS_PSEUDOPKT(p)) { in DetectTemplateMatch()
H A Ddetect-icmpv6-mtu.c69 if (!(PKT_IS_ICMPV6(p)) || PKT_IS_PSEUDOPKT(p)) in DetectICMPv6mtuGetValue()
H A Ddetect-itype.c124 if (PKT_IS_PSEUDOPKT(p)) in DetectITypeMatch()
316 if (PKT_IS_PSEUDOPKT(p)) { in PrefilterPacketITypeMatch()
H A Ddetect-icode.c124 if (PKT_IS_PSEUDOPKT(p)) in DetectICodeMatch()
312 if (PKT_IS_PSEUDOPKT(p)) { in PrefilterPacketICodeMatch()
H A Ddetect-ipopts.c109 if (!de || !PKT_IS_IPV4(p) || PKT_IS_PSEUDOPKT(p)) in DetectIpOptsMatch()
H A Ddetect-tcp-window.c91 if ( !(PKT_IS_TCP(p)) || wd == NULL || PKT_IS_PSEUDOPKT(p)) { in DetectWindowMatch()
H A Ddetect-tos.c99 if (!PKT_IS_IPV4(p) || PKT_IS_PSEUDOPKT(p)) { in DetectTosMatch()
H A Ddetect-dsize.c118 if (PKT_IS_PSEUDOPKT(p)) { in DetectDsizeMatch()
322 if (PKT_IS_PSEUDOPKT(p)) { in PrefilterPacketDsizeMatch()
H A Dsource-netmap.c545 if ((ntv->copy_mode != NETMAP_COPY_MODE_NONE) && !PKT_IS_PSEUDOPKT(p)) { in NetmapReleasePacket()
748 BUG_ON(PKT_IS_PSEUDOPKT(p)); in DecodeNetmap()
H A Dsource-erf-file.c286 BUG_ON(PKT_IS_PSEUDOPKT(p)); in DecodeErfFile()
H A Dsource-windivert.c766 if (PKT_IS_PSEUDOPKT(p)) { in WinDivertVerdictHelper()
866 BUG_ON(PKT_IS_PSEUDOPKT(p)); in DecodeWinDivert()
H A Doutput-json-drop.c351 if (PKT_IS_PSEUDOPKT(p)) { in JsonDropLogCondition()
H A Ddetect-icmp-seq.c79 if (PKT_IS_PSEUDOPKT(p)) in GetIcmpSeq()
H A Ddetect-geoip.c254 if (PKT_IS_PSEUDOPKT(p)) in DetectGeoipMatch()
H A Ddetect-icmp-id.c77 if (PKT_IS_PSEUDOPKT(p)) in GetIcmpId()
H A Dsource-pcap-file.c410 BUG_ON(PKT_IS_PSEUDOPKT(p)); in DecodePcapFile()

12