Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h233 timeout_id_t ips_mld_slowtimeout_id; member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c1813 ipst->ips_mld_slowtimeout_id = timeout(mld_slowtimo, in mld_slowtimo()
1816 ipst->ips_mld_slowtimeout_id = 0; in mld_slowtimo()
H A Dip.c4496 ret = untimeout(ipst->ips_mld_slowtimeout_id); in ip_stack_fini()
4498 ASSERT(ipst->ips_mld_slowtimeout_id == 0); in ip_stack_fini()
4500 ASSERT(ipst->ips_mld_slowtimeout_id != 0); in ip_stack_fini()
4501 ipst->ips_mld_slowtimeout_id = 0; in ip_stack_fini()
H A Dip_if.c16852 if (ipst->ips_mld_slowtimeout_id == 0) { in ipif_set_values_tail()
16853 ipst->ips_mld_slowtimeout_id = timeout(mld_slowtimo, in ipif_set_values_tail()