Searched refs:inet6_protos (Results 1 – 5 of 5) sorted by relevance
29 struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS] __read_mostly; variable30 EXPORT_SYMBOL(inet6_protos);34 return !cmpxchg((const struct inet6_protocol **)&inet6_protos[protocol], in inet6_add_protocol()43 ret = (cmpxchg((const struct inet6_protocol **)&inet6_protos[protocol], in inet6_del_protocol()
58 ipprot = rcu_dereference(inet6_protos[ipv6_hdr(skb)->nexthdr]); in ip6_rcv_finish_core()346 ipprot = rcu_dereference(inet6_protos[nexthdr]); in ip6_input_finish()
780 ipprot = rcu_dereference(inet6_protos[nexthdr]); in icmpv6_notify()
101 extern struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS];
347 ip6prot = rcu_dereference(inet6_protos[protocol]); in proc_configure_early_demux()