Searched refs:ipprot (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dip6_input.c149 struct inet6_protocol *ipprot; local
173 if ((ipprot = rcu_dereference(inet6_protos[hash])) != NULL) {
176 if (ipprot->flags & INET6_PROTO_FINAL) {
193 if (!(ipprot->flags & INET6_PROTO_NOPOLICY) &&
197 ret = ipprot->handler(&skb);
H A Dicmp.c567 struct inet6_protocol *ipprot; local
603 ipprot = rcu_dereference(inet6_protos[hash]);
604 if (ipprot && ipprot->err_handler)
605 ipprot->err_handler(skb, NULL, type, code, inner_offset, info);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dip_input.c215 struct net_protocol *ipprot; local
227 if ((ipprot = rcu_dereference(inet_protos[hash])) != NULL) {
230 if (!ipprot->no_policy) {
237 ret = ipprot->handler(skb);
H A Dicmp.c610 struct net_protocol *ipprot; local
721 ipprot = rcu_dereference(inet_protos[hash]);
722 if (ipprot && ipprot->err_handler)
723 ipprot->err_handler(skb, info);

Completed in 55 milliseconds