Home
last modified time | relevance | path

Searched refs:rth (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/net/ipv4/
Droute.c423 static inline bool rt_is_expired(const struct rtable *rth) in rt_is_expired() argument
425 return rth->rt_genid != rt_genid_ipv4(dev_net(rth->dst.dev)); in rt_is_expired()
1639 struct rtable *rth; in ip_route_input_mc() local
1650 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc()
1652 if (!rth) in ip_route_input_mc()
1656 rth->dst.tclassid = itag; in ip_route_input_mc()
1658 rth->dst.output = ip_rt_bug; in ip_route_input_mc()
1659 rth->rt_is_input= 1; in ip_route_input_mc()
1663 rth->dst.input = ip_mr_input; in ip_route_input_mc()
1667 skb_dst_set(skb, &rth->dst); in ip_route_input_mc()
[all …]
/Linux-v4.19/drivers/net/
Dvrf.c49 struct rtable __rcu *rth; member
616 struct rtable *rth; in vrf_ip_out_redirect() local
620 rth = rcu_dereference(vrf->rth); in vrf_ip_out_redirect()
621 if (likely(rth)) { in vrf_ip_out_redirect()
622 dst = &rth->dst; in vrf_ip_out_redirect()
708 struct rtable *rth = rtnl_dereference(vrf->rth); in vrf_rtable_release() local
712 RCU_INIT_POINTER(vrf->rth, NULL); in vrf_rtable_release()
718 if (rth) { in vrf_rtable_release()
719 dst = &rth->dst; in vrf_rtable_release()
730 struct rtable *rth; in vrf_rtable_create() local
[all …]
/Linux-v4.19/net/decnet/
Ddn_route.c325 struct dn_route *rth; in dn_insert_route() local
332 while ((rth = rcu_dereference_protected(*rthp, in dn_insert_route()
334 if (compare_keys(&rth->fld, &rt->fld)) { in dn_insert_route()
336 *rthp = rth->dn_next; in dn_insert_route()
337 rcu_assign_pointer(rth->dn_next, in dn_insert_route()
339 rcu_assign_pointer(dn_rt_hash_table[hash].chain, rth); in dn_insert_route()
341 dst_hold_and_use(&rth->dst, now); in dn_insert_route()
345 *rp = rth; in dn_insert_route()
348 rthp = &rth->dn_next; in dn_insert_route()
/Linux-v4.19/net/core/
Dnet_namespace.c745 struct rtgenmsg *rth; in rtnl_net_fill() local
747 nlh = nlmsg_put(skb, portid, seq, cmd, sizeof(*rth), flags); in rtnl_net_fill()
751 rth = nlmsg_data(nlh); in rtnl_net_fill()
752 rth->rtgen_family = AF_UNSPEC; in rtnl_net_fill()
/Linux-v4.19/net/ipv6/
Dah6.c261 struct ipv6_rt_hdr *rth; in ipv6_clear_mutable_options() member
285 ipv6_rearrange_rthdr(iph, exthdr.rth); in ipv6_clear_mutable_options()
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c2060 unsigned long rth = (unsigned long)return_to_handler; in show_stack() local
2085 if ((ip == rth) && curr_frame >= 0) { in show_stack()
/Linux-v4.19/Documentation/
DDMA-API-HOWTO.txt6 :Author: Richard Henderson <rth@cygnus.com>
/Linux-v4.19/
DCREDITS1507 E: rth@twiddle.net
1508 E: rth@cygnus.com
DMAINTAINERS666 M: Richard Henderson <rth@twiddle.net>