Searched refs:rth (Results 1 – 7 of 7) sorted by relevance
395 return rth->rt_genid != rt_genid_ipv4(dev_net(rth->dst.dev)); in rt_is_expired()1743 if (!rth) in ip_route_input_mc()1863 if (!rth) { in __mkroute_input()2371 if (!rth) in ip_route_input_slow()2393 rth->dst.lwtstate->orig_input = rth->dst.input; in ip_route_input_slow()2587 if (rt_cache_valid(rth) && dst_hold_safe(&rth->dst)) in __mkroute_output()2588 return rth; in __mkroute_output()2594 if (!rth) in __mkroute_output()2621 return rth; in __mkroute_output()2646 return rth; in ip_route_output_key_hash()[all …]
113 struct rtable __rcu *rth; member934 struct rtable *rth; in vrf_ip_out_redirect() local938 rth = rcu_dereference(vrf->rth); in vrf_ip_out_redirect()939 if (likely(rth)) { in vrf_ip_out_redirect()940 dst = &rth->dst; in vrf_ip_out_redirect()1052 struct rtable *rth = rtnl_dereference(vrf->rth); in vrf_rtable_release() local1062 if (rth) { in vrf_rtable_release()1063 dst = &rth->dst; in vrf_rtable_release()1074 struct rtable *rth; in vrf_rtable_create() local1081 if (!rth) in vrf_rtable_create()[all …]
829 struct rtgenmsg *rth; in rtnl_net_fill() local831 nlh = nlmsg_put(skb, args->portid, args->seq, args->cmd, sizeof(*rth), in rtnl_net_fill()836 rth = nlmsg_data(nlh); in rtnl_net_fill()837 rth->rtgen_family = AF_UNSPEC; in rtnl_net_fill()
246 struct ipv6_rt_hdr *rth; in ipv6_clear_mutable_options() member270 ipv6_rearrange_rthdr(iph, exthdr.rth); in ipv6_clear_mutable_options()
1464 description: Würth Elektronik GmbH.
6 :Author: Richard Henderson <rth@cygnus.com>
1563 E: rth@twiddle.net1564 E: rth@cygnus.com
Completed in 26 milliseconds