Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c1480 is->is_flx[out][0] = fin->fin_flx & FI_CMP;
2738 is = fr_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
2800 is = fr_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
2833 is = fr_matchsrcdst(fin, is, &src, &dst, tcp, FI_CMP);
2901 is = fr_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h321 #define FI_CMP 0xcf03 /* Not FI_FRAG,FI_NATED,FI_FRAGTAIL,broadcast */ macro