Home
last modified time | relevance | path

Searched refs:NET_IS_HCK_L4_FULL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dneti.h77 #define NET_IS_HCK_L4_FULL(n, x) \ macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c641 } else if (!NET_IS_HCK_L4_FULL(net_data_p, fin->fin_m))
H A Dip_nat6.c2256 !NET_IS_HCK_L4_FULL(net_data_p, fin->fin_m))) {
H A Dip_nat.c4140 if (csump != NULL && !NET_IS_HCK_L4_FULL(net_data_p, fin->fin_m)) {
H A Dfil.c6005 if (NET_IS_HCK_L4_FULL(net_data_p, fin->fin_m) ||
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1536 #undef NET_IS_HCK_L4_FULL
1537 #define NET_IS_HCK_L4_FULL(n, x) (0) macro