Searched refs:rt_intern_hash (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/net/ipv4/ |
D | route.c | 1140 static struct rtable *rt_intern_hash(unsigned hash, struct rtable *rt, in rt_intern_hash() function 2078 rth = rt_intern_hash(hash, rth, skb, dev->ifindex); in ip_route_input_mc() 2236 rth = rt_intern_hash(hash, rth, skb, fl4->flowi4_iif); in ip_mkroute_input() 2390 rth = rt_intern_hash(hash, rth, skb, fl4.flowi4_iif); in ip_route_input_slow() 2808 rth = rt_intern_hash(hash, rth, NULL, orig_oif); in ip_route_output_slow()
|