Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Daf_inet.c126 /* The inetsw table contains everything that inet_create needs to
129 static struct list_head inetsw[SOCK_MAX]; variable
271 list_for_each_entry_rcu(answer, &inetsw[sock->type], list) { in inet_create()
1134 * the linked list inetsw.
1187 last_perm = &inetsw[p->type]; in inet_register_protosw()
1188 list_for_each(lh, &inetsw[p->type]) { in inet_register_protosw()
2004 for (r = &inetsw[0]; r < &inetsw[SOCK_MAX]; ++r) in inet_init()
/kernel/linux/linux-6.6/net/ipv4/
H A Daf_inet.c125 /* The inetsw table contains everything that inet_create needs to
128 static struct list_head inetsw[SOCK_MAX]; variable
271 list_for_each_entry_rcu(answer, &inetsw[sock->type], list) { in inet_create()
1149 * the linked list inetsw.
1202 last_perm = &inetsw[p->type]; in inet_register_protosw()
1203 list_for_each(lh, &inetsw[p->type]) { in inet_register_protosw()
2007 for (r = &inetsw[0]; r < &inetsw[SOCK_MAX]; ++r) in inet_init()

Completed in 5 milliseconds