Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Daf_inet6.c756 struct list_head *last_perm; in inet6_register_protosw() local
769 last_perm = &inetsw6[p->type]; in inet6_register_protosw()
777 last_perm = lh; in inet6_register_protosw()
791 list_add_rcu(&p->list, last_perm); in inet6_register_protosw()
/linux/net/ipv4/
H A Daf_inet.c1196 struct list_head *last_perm; in inet_register_protosw() local
1204 last_perm = &inetsw[p->type]; in inet_register_protosw()
1212 last_perm = lh; in inet_register_protosw()
1221 list_add_rcu(&p->list, last_perm); in inet_register_protosw()