Searched defs:ipd_nsl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c64 * | list_t ipd_nsl |------+ |
214 list_node_t ipdn_link; /* link on ipd_nsl */
242 static list_t ipd_nsl; /* list of netstacks */ variable
682 for (ins = list_head(&ipd_nsl); ins != NULL;
683 ins = list_next(&ipd_nsl, ins)) {
737 for (ins = list_head(&ipd_nsl); ins != NULL;
738 ins = list_next(&ipd_nsl, ins)) {
849 for (ins = list_head(&ipd_nsl); ins != NULL;
850 ins = list_next(&ipd_nsl, ins)) {
927 list_insert_tail(&ipd_nsl, in
[all...]

Completed in 181 milliseconds