inetsw            125 net/ipv4/af_inet.c static struct list_head inetsw[SOCK_MAX];
inetsw            267 net/ipv4/af_inet.c 	list_for_each_entry_rcu(answer, &inetsw[sock->type], list) {
inetsw           1139 net/ipv4/af_inet.c 	last_perm = &inetsw[p->type];
inetsw           1140 net/ipv4/af_inet.c 	list_for_each(lh, &inetsw[p->type]) {
inetsw           1959 net/ipv4/af_inet.c 	for (r = &inetsw[0]; r < &inetsw[SOCK_MAX]; ++r)