Home
last modified time | relevance | path

Searched refs:PHYINT_TO_IPST (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c45 #define IPMP_GRP_TO_IPST(grp) PHYINT_TO_IPST((grp)->gr_phyint)
128 ip_stack_t *ipst = PHYINT_TO_IPST(phyi); in ipmp_grp_create()
1908 ip_stack_t *ipst = PHYINT_TO_IPST(phyi); in ipmp_phyint_join_grp()
1961 ip_stack_t *ipst = PHYINT_TO_IPST(phyi); in ipmp_phyint_leave_grp()
2019 ip_stack_t *ipst = PHYINT_TO_IPST(phyi); in ipmp_phyint_get_kstats()
H A Dip_if.c16588 ip_stack_t *ipst = PHYINT_TO_IPST(phyi); in phyint_free()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h448 #define PHYINT_TO_IPST(phyi) ((phyi)->phyint_ipsq->ipsq_ipst) macro