Home
last modified time | relevance | path

Searched refs:PKT_IS_TCP (Results 1 – 23 of 23) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-checksum.c33 if (PKT_IS_TCP(p)) { in ReCalculateChecksum()
49 if (PKT_IS_TCP(p)) { in ReCalculateChecksum()
H A Drespond-reject.c76 if (PKT_IS_TCP(p)) { in RespondRejectFunc()
82 if (PKT_IS_TCP(p)) { in RespondRejectFunc()
H A Ddecode-chdlc.c93 FAIL_IF_NOT(PKT_IS_TCP(p)); in DecodeCHDLCTest01()
H A Dalert-debuglog.c187 if (PKT_IS_TCP(p) || PKT_IS_UDP(p)) { in AlertDebugLogger()
191 if (PKT_IS_TCP(p)) { in AlertDebugLogger()
287 if (!(PKT_IS_TCP(p)) || p->flow == NULL || in AlertDebugLogger()
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 Dlog-tlsstore.c192 if (PKT_IS_TCP(p) || PKT_IS_UDP(p)) { in LogTlsLogPem()
253 if (!(PKT_IS_TCP(p))) { in LogTlsStoreCondition()
H A Ddetect-tcp-seq.c87 if (!(PKT_IS_TCP(p)) || PKT_IS_PSEUDOPKT(p)) { in DetectSeqMatch()
H A Ddetect-tcp-window.c91 if ( !(PKT_IS_TCP(p)) || wd == NULL || PKT_IS_PSEUDOPKT(p)) { in DetectWindowMatch()
H A Ddetect-tcp-ack.c91 if (!(PKT_IS_TCP(p)) || PKT_IS_PSEUDOPKT(p)) { in DetectAckMatch()
H A Dflow-worker.c416 DEBUG_VALIDATE_BUG_ON(!(p->flow && PKT_IS_TCP(p))); in FlowWorkerFlowTimeout()
529 if (p->flow && PKT_IS_TCP(p)) { in FlowWorker()
H A Doutput-json-drop.c121 if (PKT_IS_TCP(p)) { in DropLogJSON()
H A Ddetect-stream_size.c136 if (!(PKT_IS_TCP(p))) in DetectStreamSizeMatch()
H A Ddetect-rpc.c99 if (PKT_IS_TCP(p)) { in DetectRpcMatch()
H A Dalert-prelude.c861 if ( PKT_IS_TCP(p) ) { in PacketToData()
1271 if (PKT_IS_TCP(p) && (pa->flags & PACKET_ALERT_FLAG_STATE_MATCH)) { in AlertPreludeLogger()
H A Ddetect-tcp-flags.c153 if (!(PKT_IS_TCP(p)) || PKT_IS_PSEUDOPKT(p)) { in DetectFlagsMatch()
552 if (!(PKT_IS_TCP(p)) || PKT_IS_PSEUDOPKT(p)) { in PrefilterPacketFlagsMatch()
H A Dsource-pfring.c305 if (!(PKT_IS_TCP(p) || PKT_IS_UDP(p))) { in PfringBypassCallback()
H A Dlog-httplog.c492 if (!(PKT_IS_TCP(p))) { in LogHttpLogger()
H A Dsource-napatech.c435 if (PKT_IS_TCP(p)) { in ProgramFlow()
H A Ddecode.h260 #define PKT_IS_TCP(p) (((p)->tcph != NULL)) macro
H A Dflow-hash.c441 if (PKT_IS_TCP(p)) { in FlowCreateCheck()
H A Dsource-af-packet.c2436 if (!(PKT_IS_TCP(p) || PKT_IS_UDP(p))) { in AFPBypassCallback()
2589 if (!(PKT_IS_TCP(p) || PKT_IS_UDP(p))) { in AFPXDPBypassCallback()
H A Ddetect-engine-build.c415 if (!(PKT_IS_PSEUDOPKT(p)) && PKT_IS_TCP(p)) { in PacketCreateMask()
H A Dstream-tcp.c5209 if (!(PKT_IS_TCP(p))) { in StreamTcp()