Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Daf_inet6.c733 struct list_head *last_perm; in inet6_register_protosw() local
746 last_perm = &inetsw6[p->type]; in inet6_register_protosw()
754 last_perm = lh; in inet6_register_protosw()
768 list_add_rcu(&p->list, last_perm); in inet6_register_protosw()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Daf_inet.c1164 struct list_head *last_perm; in inet_register_protosw() local
1172 last_perm = &inetsw[p->type]; in inet_register_protosw()
1180 last_perm = lh; in inet_register_protosw()
1189 list_add_rcu(&p->list, last_perm); in inet_register_protosw()