Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c521 atomic_inc_16(&ill->ill_ifptr->illif_mcast_v1); in igmp_query_in()
1691 if (ifp->illif_mcast_v1 == 0 && ifp->illif_mcast_v2 == 0) in igmp_slowtimo()
1728 atomic_dec_16(&ifp->illif_mcast_v1); in igmp_slowtimo()
1780 if (ifp->illif_mcast_v1 == 0) in mld_slowtimo()
1802 atomic_dec_16(&ifp->illif_mcast_v1); in mld_slowtimo()
2236 atomic_inc_16(&ill->ill_ifptr->illif_mcast_v1); in mld_query_in()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1354 uint16_t illif_mcast_v1; /* hints for */ member
1370 #define illif_mcast_v1 ill_if_s.illif_mcast_v1 macro