inetsw6            75 net/ipv6/af_inet6.c static struct list_head inetsw6[SOCK_MAX];
inetsw6           126 net/ipv6/af_inet6.c 	list_for_each_entry_rcu(answer, &inetsw6[sock->type], list) {
inetsw6           684 net/ipv6/af_inet6.c 	last_perm = &inetsw6[p->type];
inetsw6           685 net/ipv6/af_inet6.c 	list_for_each(lh, &inetsw6[p->type]) {
inetsw6           979 net/ipv6/af_inet6.c 	for (r = &inetsw6[0]; r < &inetsw6[SOCK_MAX]; ++r)