Searched refs:inetsw6 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Daf_inet6.c70 /* The inetsw6 table contains everything that inet6_create needs to
73 static struct list_head inetsw6[SOCK_MAX]; variable in typeref:struct:list_head
121 list_for_each_entry_rcu(answer, &inetsw6[sock->type], list) {
584 last_perm = &inetsw6[p->type];
585 list_for_each(lh, &inetsw6[p->type]) {
1073 for(r = &inetsw6[0]; r < &inetsw6[SOCK_MAX]; ++r)

Completed in 104 milliseconds