Home
last modified time | relevance | path

Searched refs:TH_ECNALL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1131 #define TH_ECNALL (TH_ECN|TH_CWR) macro
H A Dip_state.c1564 if ((tcp->th_flags & ~(TH_FIN|TH_ACK|TH_ECNALL)) == in ipf_state_add()
2014 flags = tcp->th_flags & ~(TH_FIN|TH_ECNALL); in ipf_state_tcp()