Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Droute.c393 static inline bool rt_is_expired(const struct rtable *rth) in rt_is_expired() argument
395 return rth->rt_genid != rt_genid_ipv4(dev_net(rth->dst.dev)); in rt_is_expired()
1729 struct rtable *rth; in ip_route_input_mc() local
1745 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc()
1747 if (!rth) in ip_route_input_mc()
1751 rth->dst.tclassid = itag; in ip_route_input_mc()
1753 rth->dst.output = ip_rt_bug; in ip_route_input_mc()
1754 rth->rt_is_input= 1; in ip_route_input_mc()
1758 rth->dst.input = ip_mr_input; in ip_route_input_mc()
1763 skb_dst_set(skb, &rth->dst); in ip_route_input_mc()
[all …]
/linux-5.19.10/drivers/net/
Dvrf.c113 struct rtable __rcu *rth; member
934 struct rtable *rth; in vrf_ip_out_redirect() local
938 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() local
1056 RCU_INIT_POINTER(vrf->rth, NULL); in vrf_rtable_release()
1062 if (rth) { in vrf_rtable_release()
1063 dst = &rth->dst; in vrf_rtable_release()
1074 struct rtable *rth; in vrf_rtable_create() local
[all …]
/linux-5.19.10/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-5.19.10/net/core/
Dnet_namespace.c810 struct rtgenmsg *rth; in rtnl_net_fill() local
812 nlh = nlmsg_put(skb, args->portid, args->seq, args->cmd, sizeof(*rth), in rtnl_net_fill()
817 rth = nlmsg_data(nlh); in rtnl_net_fill()
818 rth->rtgen_family = AF_UNSPEC; in rtnl_net_fill()
/linux-5.19.10/net/ipv6/
Dah6.c246 struct ipv6_rt_hdr *rth; in ipv6_clear_mutable_options() member
270 ipv6_rearrange_rthdr(iph, exthdr.rth); in ipv6_clear_mutable_options()
/linux-5.19.10/Documentation/devicetree/bindings/
Dvendor-prefixes.yaml1382 description: Würth Elektronik GmbH.
/linux-5.19.10/Documentation/core-api/
Ddma-api-howto.rst6 :Author: Richard Henderson <rth@cygnus.com>
/linux-5.19.10/
DCREDITS1550 E: rth@twiddle.net
1551 E: rth@cygnus.com
DMAINTAINERS800 M: Richard Henderson <rth@twiddle.net>