Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c716 if (mfc_rt->mfc_timeout_id != 0) { in ip_mrouter_done()
724 mfc_rt->mfc_timeout_id = 0; in ip_mrouter_done()
727 mfc_rt->mfc_timeout_id); in ip_mrouter_done()
728 mfc_rt->mfc_timeout_id = 0; in ip_mrouter_done()
1259 if (rt->mfc_timeout_id != 0) { in add_mfc()
1261 id = rt->mfc_timeout_id; in add_mfc()
1267 rt->mfc_timeout_id = 0; in add_mfc()
1486 if (rt->mfc_timeout_id != 0) { in del_mfc()
1492 rt->mfc_timeout_id = 0; in del_mfc()
1494 (void) untimeout(rt->mfc_timeout_id); in del_mfc()
[all …]
/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h218 timeout_id_t mfc_timeout_id; /* qtimeout return id */ member