Home
last modified time | relevance | path

Searched refs:last_perm (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/net/ipv6/
Daf_inet6.c750 struct list_head *last_perm; in inet6_register_protosw() local
763 last_perm = &inetsw6[p->type]; in inet6_register_protosw()
771 last_perm = lh; in inet6_register_protosw()
785 list_add_rcu(&p->list, last_perm); in inet6_register_protosw()
/Linux-v6.6/net/ipv4/
Daf_inet.c1190 struct list_head *last_perm; in inet_register_protosw() local
1198 last_perm = &inetsw[p->type]; in inet_register_protosw()
1206 last_perm = lh; in inet_register_protosw()
1215 list_add_rcu(&p->list, last_perm); in inet_register_protosw()