Searched refs:FI_CMP (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_state.c | 1695 is->is_flx[out][0] = fin->fin_flx & FI_CMP; in ipf_state_add() 3030 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP); in ipf_state_lookup() 3094 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP); in ipf_state_lookup() 3132 is = ipf_matchsrcdst(fin, is, &src, &dst, tcp, FI_CMP); in ipf_state_lookup() 3203 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP); in ipf_state_lookup()
|
| H A D | ip_fil.h | 274 #define FI_CMP 0x5cfe3 /* Not FI_FRAG,FI_NATED,FI_FRAGTAIL */ macro
|