Home
last modified time | relevance | path

Searched refs:rt_key_dst (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/ipv4/
Droute.c731 return ((((__force u32)rt1->rt_key_dst ^ (__force u32)rt2->rt_key_dst) | in compare_hash_inputs()
738 return (((__force u32)rt1->rt_key_dst ^ (__force u32)rt2->rt_key_dst) | in compare_keys()
1267 hash = rt_hash(rt->rt_key_dst, rt->rt_key_src, in rt_intern_hash()
1476 if (rt->rt_key_dst != daddr || in ip_rt_redirect()
1541 unsigned hash = rt_hash(rt->rt_key_dst, rt->rt_key_src, in ipv4_negative_advice()
2054 rth->rt_key_dst = daddr; in ip_route_input_mc()
2183 rth->rt_key_dst = daddr; in __mkroute_input()
2363 rth->rt_key_dst = daddr; in ip_route_input_slow()
2454 if ((((__force u32)rth->rt_key_dst ^ (__force u32)daddr) | in ip_route_input_common()
2570 rth->rt_key_dst = orig_daddr; in __mkroute_output()
[all …]
Dxfrm4_policy.c82 xdst->u.rt.rt_key_dst = fl4->daddr; in xfrm4_fill_dst()
/linux-3.4.99/include/net/
Droute.h49 __be32 rt_key_dst; member