Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dprotocol.c102 struct inet_protocol *inet_protos[MAX_INET_PROTOS]; variable
115 prot ->next = inet_protos[hash]; in inet_add_protocol()
116 inet_protos[hash] = prot; in inet_add_protocol()
146 if (prot == inet_protos[hash]) { in inet_del_protocol()
147 inet_protos[hash] = (struct inet_protocol *) inet_protos[hash]->next; in inet_del_protocol()
152 p = (struct inet_protocol *) inet_protos[hash]; in inet_del_protocol()
Dip_input.c250 ipprot = (struct inet_protocol *) inet_protos[hash]; in ip_local_deliver_finish()
Dicmp.c652 ipprot = (struct inet_protocol *) inet_protos[hash]; in icmp_unreach()
/linux-2.4.37.9/include/net/
Dprotocol.h88 extern struct inet_protocol *inet_protos[MAX_INET_PROTOS];