Home
last modified time | relevance | path

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

/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Daf_ninet.c733 struct list_head *last_perm; in ninet_register_protosw() local
746 last_perm = &inetsw_nip[p->type]; in ninet_register_protosw()
754 last_perm = lh; in ninet_register_protosw()
762 list_add_rcu(&p->list, last_perm); in ninet_register_protosw()
/kernel/linux/linux-5.10/net/ipv6/
H A Daf_inet6.c758 struct list_head *last_perm; in inet6_register_protosw() local
771 last_perm = &inetsw6[p->type]; in inet6_register_protosw()
779 last_perm = lh; in inet6_register_protosw()
793 list_add_rcu(&p->list, last_perm); in inet6_register_protosw()
/kernel/linux/linux-6.6/net/ipv6/
H A Daf_inet6.c754 struct list_head *last_perm; in inet6_register_protosw() local
767 last_perm = &inetsw6[p->type]; in inet6_register_protosw()
775 last_perm = lh; in inet6_register_protosw()
789 list_add_rcu(&p->list, last_perm); in inet6_register_protosw()
/kernel/linux/linux-5.10/net/ipv4/
H A Daf_inet.c1179 struct list_head *last_perm; in inet_register_protosw() local
1187 last_perm = &inetsw[p->type]; in inet_register_protosw()
1195 last_perm = lh; in inet_register_protosw()
1204 list_add_rcu(&p->list, last_perm); in inet_register_protosw()
/kernel/linux/linux-6.6/net/ipv4/
H A Daf_inet.c1194 struct list_head *last_perm; in inet_register_protosw() local
1202 last_perm = &inetsw[p->type]; in inet_register_protosw()
1210 last_perm = lh; in inet_register_protosw()
1219 list_add_rcu(&p->list, last_perm); in inet_register_protosw()

Completed in 11 milliseconds