Home
last modified time | relevance | path

Searched refs:inet6_protos (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/ipv6/
Dprotocol.c43 struct inet6_protocol *inet6_protos[MAX_INET_PROTOS]; variable
52 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()
Dip6_input.c172 for (ipprot = (struct inet6_protocol *) inet6_protos[hash]; in ip6_input_finish()
Dicmp.c459 for (ipprot = (struct inet6_protocol *) inet6_protos[hash]; in icmpv6_notify()
/linux-2.4.37.9/include/net/
Dprotocol.h92 extern struct inet6_protocol *inet6_protos[MAX_INET_PROTOS];