Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c553 offsetof(ill_t, ill_actnode)); in ipmp_illgrp_create()
1269 if (list_link_active(&ill->ill_actnode)) in ipmp_ill_leave_illgrp()
1339 if (!list_link_active(&ill->ill_actnode)) in ipmp_ill_try_refresh_active()
1342 if (list_link_active(&ill->ill_actnode)) in ipmp_ill_try_refresh_active()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1817 list_node_t ill_actnode; /* next active ill in group */ member