Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c1691 is->is_flx[out][0] = fin->fin_flx & FI_CMP; in ipf_state_add()
3026 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP); in ipf_state_lookup()
3090 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP); in ipf_state_lookup()
3128 is = ipf_matchsrcdst(fin, is, &src, &dst, tcp, FI_CMP); in ipf_state_lookup()
3199 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP); in ipf_state_lookup()
H A Dip_fil.h272 #define FI_CMP 0x5cfe3 /* Not FI_FRAG,FI_NATED,FI_FRAGTAIL */ macro