Searched refs:ipd_nsl (Results 1 – 1 of 1) sorted by relevance
242 static list_t ipd_nsl; /* list of netstacks */ variable682 for (ins = list_head(&ipd_nsl); ins != NULL; in ipd_ioctl_perturb()683 ins = list_next(&ipd_nsl, ins)) { in ipd_ioctl_perturb()737 for (ins = list_head(&ipd_nsl); ins != NULL; in ipd_ioctl_remove()738 ins = list_next(&ipd_nsl, ins)) { in ipd_ioctl_remove()849 for (ins = list_head(&ipd_nsl); ins != NULL; in ipd_ioctl_list()850 ins = list_next(&ipd_nsl, ins)) { in ipd_ioctl_list()927 list_insert_tail(&ipd_nsl, ins); in ipd_nin_create()962 list_remove(&ipd_nsl, ins); in ipd_nin_destroy()1059 list_create(&ipd_nsl, sizeof (ipd_netstack_t), in ipd_attach()[all …]