Lines Matching refs:ipd_nsl
64 * | list_t ipd_nsl |------+ |
214 list_node_t ipdn_link; /* link on ipd_nsl */
242 static list_t ipd_nsl; /* list of netstacks */
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, ins);
962 list_remove(&ipd_nsl, ins);
1059 list_create(&ipd_nsl, sizeof (ipd_netstack_t),
1125 list_destroy(&ipd_nsl);