Searched refs:rth (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/net/ipv4/ |
| D | route.c | 420 static inline bool rt_is_expired(const struct rtable *rth) in rt_is_expired() argument 422 return rth->rt_genid != rt_genid_ipv4(dev_net(rth->dst.dev)); in rt_is_expired() 1722 struct rtable *rth; in ip_route_input_mc() local 1733 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc() 1735 if (!rth) in ip_route_input_mc() 1739 rth->dst.tclassid = itag; in ip_route_input_mc() 1741 rth->dst.output = ip_rt_bug; in ip_route_input_mc() 1742 rth->rt_is_input= 1; in ip_route_input_mc() 1746 rth->dst.input = ip_mr_input; in ip_route_input_mc() 1750 skb_dst_set(skb, &rth->dst); in ip_route_input_mc() [all …]
|
| /Linux-v5.4/drivers/net/ |
| D | vrf.c | 45 struct rtable __rcu *rth; member 622 struct rtable *rth; in vrf_ip_out_redirect() local 626 rth = rcu_dereference(vrf->rth); in vrf_ip_out_redirect() 627 if (likely(rth)) { in vrf_ip_out_redirect() 628 dst = &rth->dst; in vrf_ip_out_redirect() 714 struct rtable *rth = rtnl_dereference(vrf->rth); in vrf_rtable_release() local 718 RCU_INIT_POINTER(vrf->rth, NULL); in vrf_rtable_release() 724 if (rth) { in vrf_rtable_release() 725 dst = &rth->dst; in vrf_rtable_release() 736 struct rtable *rth; in vrf_rtable_create() local [all …]
|
| /Linux-v5.4/net/decnet/ |
| D | dn_route.c | 317 struct dn_route *rth; in dn_insert_route() local 324 while ((rth = rcu_dereference_protected(*rthp, in dn_insert_route() 326 if (compare_keys(&rth->fld, &rt->fld)) { in dn_insert_route() 328 *rthp = rth->dn_next; in dn_insert_route() 329 rcu_assign_pointer(rth->dn_next, in dn_insert_route() 331 rcu_assign_pointer(dn_rt_hash_table[hash].chain, rth); in dn_insert_route() 333 dst_hold_and_use(&rth->dst, now); in dn_insert_route() 337 *rp = rth; in dn_insert_route() 340 rthp = &rth->dn_next; in dn_insert_route()
|
| /Linux-v5.4/net/core/ |
| D | net_namespace.c | 804 struct rtgenmsg *rth; in rtnl_net_fill() local 806 nlh = nlmsg_put(skb, args->portid, args->seq, args->cmd, sizeof(*rth), in rtnl_net_fill() 811 rth = nlmsg_data(nlh); in rtnl_net_fill() 812 rth->rtgen_family = AF_UNSPEC; in rtnl_net_fill()
|
| /Linux-v5.4/net/ipv6/ |
| D | ah6.c | 249 struct ipv6_rt_hdr *rth; in ipv6_clear_mutable_options() member 273 ipv6_rearrange_rthdr(iph, exthdr.rth); in ipv6_clear_mutable_options()
|
| /Linux-v5.4/Documentation/ |
| D | DMA-API-HOWTO.txt | 6 :Author: Richard Henderson <rth@cygnus.com>
|
| /Linux-v5.4/ |
| D | CREDITS | 1506 E: rth@twiddle.net 1507 E: rth@cygnus.com
|
| D | MAINTAINERS | 699 M: Richard Henderson <rth@twiddle.net>
|