Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_state.c1480 is->is_flx[out][0] = fin->fin_flx & FI_CMP;
2737 is = fr_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
2799 is = fr_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
2832 is = fr_matchsrcdst(fin, is, &src, &dst, tcp, FI_CMP);
2900 is = fr_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h316 #define FI_CMP 0xcf03 /* Not FI_FRAG,FI_NATED,FI_FRAGTAIL,broadcast */ macro