Searched refs:rth (Results 1 – 9 of 9) sorted by relevance
| /linux/net/ipv4/ |
| A D | route.c | 394 return rth->rt_genid != rt_genid_ipv4(dev_net(rth->dst.dev)); in rt_is_expired() 1721 if (!rth) in ip_route_input_mc() 1838 if (!rth) { in __mkroute_input() 2343 if (!rth) in ip_route_input_slow() 2365 rth->dst.lwtstate->orig_input = rth->dst.input; in ip_route_input_slow() 2559 if (rt_cache_valid(rth) && dst_hold_safe(&rth->dst)) in __mkroute_output() 2560 return rth; in __mkroute_output() 2567 if (!rth) in __mkroute_output() 2594 return rth; in __mkroute_output() 2622 return rth; in ip_route_output_key_hash() [all …]
|
| /linux/drivers/net/ |
| A D | vrf.c | 112 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 1062 if (rth) { in vrf_rtable_release() 1063 dst = &rth->dst; in vrf_rtable_release() 1074 struct rtable *rth; in vrf_rtable_create() local 1081 if (!rth) in vrf_rtable_create() [all …]
|
| /linux/net/decnet/ |
| A D | dn_route.c | 318 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/net/core/ |
| A D | net_namespace.c | 808 struct rtgenmsg *rth; in rtnl_net_fill() local 810 nlh = nlmsg_put(skb, args->portid, args->seq, args->cmd, sizeof(*rth), in rtnl_net_fill() 815 rth = nlmsg_data(nlh); in rtnl_net_fill() 816 rth->rtgen_family = AF_UNSPEC; in rtnl_net_fill()
|
| /linux/net/ipv6/ |
| A 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/Documentation/devicetree/bindings/ |
| A D | vendor-prefixes.yaml | 1306 description: Würth Elektronik GmbH.
|
| /linux/Documentation/core-api/ |
| A D | dma-api-howto.rst | 6 :Author: Richard Henderson <rth@cygnus.com>
|
| /linux/ |
| A D | CREDITS | 1535 E: rth@twiddle.net 1536 E: rth@cygnus.com
|
| A D | MAINTAINERS | 789 M: Richard Henderson <rth@twiddle.net>
|
Completed in 40 milliseconds