Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ipd/
H A Dipd.c242 static list_t ipd_nsl; /* list of netstacks */ variable
682 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 …]