Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Droute.c400 static inline bool rt_is_expired(const struct rtable *rth) in rt_is_expired() argument
402 return rth->rt_genid != rt_genid_ipv4(dev_net(rth->dst.dev)); in rt_is_expired()
1716 struct rtable *rth; in ip_route_input_mc() local
1727 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc()
1729 if (!rth) in ip_route_input_mc()
1733 rth->dst.tclassid = itag; in ip_route_input_mc()
1735 rth->dst.output = ip_rt_bug; in ip_route_input_mc()
1736 rth->rt_is_input= 1; in ip_route_input_mc()
1740 rth->dst.input = ip_mr_input; in ip_route_input_mc()
1744 skb_dst_set(skb, &rth->dst); in ip_route_input_mc()
[all …]
/Linux-v5.15/drivers/net/
Dvrf.c111 struct rtable __rcu *rth; member
914 struct rtable *rth; in vrf_ip_out_redirect() local
918 rth = rcu_dereference(vrf->rth); in vrf_ip_out_redirect()
919 if (likely(rth)) { in vrf_ip_out_redirect()
920 dst = &rth->dst; in vrf_ip_out_redirect()
1030 struct rtable *rth = rtnl_dereference(vrf->rth); in vrf_rtable_release() local
1034 RCU_INIT_POINTER(vrf->rth, NULL); in vrf_rtable_release()
1040 if (rth) { in vrf_rtable_release()
1041 dst = &rth->dst; in vrf_rtable_release()
1052 struct rtable *rth; in vrf_rtable_create() local
[all …]
/Linux-v5.15/net/decnet/
Ddn_route.c318 struct dn_route *rth; in dn_insert_route() local
325 while ((rth = rcu_dereference_protected(*rthp, in dn_insert_route()
327 if (compare_keys(&rth->fld, &rt->fld)) { in dn_insert_route()
329 *rthp = rth->dn_next; in dn_insert_route()
330 rcu_assign_pointer(rth->dn_next, in dn_insert_route()
332 rcu_assign_pointer(dn_rt_hash_table[hash].chain, rth); in dn_insert_route()
334 dst_hold_and_use(&rth->dst, now); in dn_insert_route()
338 *rp = rth; in dn_insert_route()
341 rthp = &rth->dn_next; in dn_insert_route()
/Linux-v5.15/net/core/
Dnet_namespace.c804 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.15/net/ipv6/
Dah6.c249 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.15/Documentation/core-api/
Ddma-api-howto.rst6 :Author: Richard Henderson <rth@cygnus.com>
/Linux-v5.15/
DCREDITS1535 E: rth@twiddle.net
1536 E: rth@cygnus.com
DMAINTAINERS783 M: Richard Henderson <rth@twiddle.net>