Searched refs:inet6_protos (Results 1 – 4 of 4) sorted by relevance
43 struct inet6_protocol *inet6_protos[MAX_INET_PROTOS]; variable52 prot->next = inet6_protos[hash]; in inet6_add_protocol()53 inet6_protos[hash] = prot; in inet6_add_protocol()83 if (prot == inet6_protos[hash]) { in inet6_del_protocol()84 inet6_protos[hash] = (struct inet6_protocol *) inet6_protos[hash]->next; in inet6_del_protocol()89 p = (struct inet6_protocol *) inet6_protos[hash]; in inet6_del_protocol()
172 for (ipprot = (struct inet6_protocol *) inet6_protos[hash]; in ip6_input_finish()
459 for (ipprot = (struct inet6_protocol *) inet6_protos[hash]; in icmpv6_notify()
92 extern struct inet6_protocol *inet6_protos[MAX_INET_PROTOS];