Home
last modified time | relevance | path

Searched refs:NET_IS_HCK_L3_FULL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dneti.h73 #define NET_IS_HCK_L3_FULL(n, x) \ macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c598 !NET_IS_HCK_L3_FULL(net_data_p, fin->fin_m))
H A Dip_nat.c4090 if (fin->fin_v == 4 && !NET_IS_HCK_L3_FULL(net_data_p, fin->fin_m)) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1534 #undef NET_IS_HCK_L3_FULL
1535 #define NET_IS_HCK_L3_FULL(n, x) (0) macro