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

/linux-4.1.27/net/ipv6/
H A Daf_inet6.c573 struct list_head *last_perm; inet6_register_protosw() local
586 last_perm = &inetsw6[p->type]; inet6_register_protosw()
594 last_perm = lh; inet6_register_protosw()
608 list_add_rcu(&p->list, last_perm); inet6_register_protosw()
/linux-4.1.27/net/ipv4/
H A Daf_inet.c1036 struct list_head *last_perm; inet_register_protosw() local
1045 last_perm = &inetsw[p->type]; inet_register_protosw()
1053 last_perm = lh; inet_register_protosw()
1067 list_add_rcu(&p->list, last_perm); inet_register_protosw()

Completed in 129 milliseconds