Searched refs:ip_route_input (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dnetfilter.c49 * rp-filter when calling ip_route_input. */
55 if (ip_route_input(skb, iph->daddr, iph->saddr,
H A Dip_options.c629 err = ip_route_input(skb, nexthop, iph->saddr, iph->tos, skb->dev);
H A Dicmp.c600 err = ip_route_input(skb_in, fl.fl4_dst, fl.fl4_src,
H A Dip_fragment.c199 int err = ip_route_input(head, iph->daddr, iph->saddr,
H A Droute.c1975 printk(KERN_CRIT "Bug in ip_route_input" \
2951 /* Bugfix: need to give ip_route_input enough of an IP header to not gag. */
2973 err = ip_route_input(skb, dst, src, rtm->rtm_tos, dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Droute.h117 static inline int ip_route_input(struct sk_buff *skb, __be32 dst, __be32 src, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_netfilter.c306 * call ip_route_input() and to look at skb->dst->dev, which is
307 * changed to the destination device if ip_route_input() succeeds.
309 * Let's first consider the case that ip_route_input() succeeds:
317 * packet, ip_route_input() will give back the localhost as output device,
320 * Let's now consider the case that ip_route_input() fails:
324 * If IP forwarding is disabled, ip_route_input() will fail, while
329 * device, we proceed as if ip_route_input() succeeded. If it differs from the
346 if ((err = ip_route_input(skb, iph->daddr, iph->saddr, iph->tos, dev))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_tunnel.c572 if (ip_route_input(skb2, eiph->daddr, eiph->saddr, eiph->tos,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_core.c222 ip_route_input(skb, daddr, iph->saddr, iph->tos, skb->dev);

Completed in 86 milliseconds