Searched refs:rth (Results 1 – 12 of 12) sorted by relevance
| /linux-4.4.14/net/ipv4/ |
| D | route.c | 433 static inline bool rt_is_expired(const struct rtable *rth) in rt_is_expired() argument 435 return rth->rt_genid != rt_genid_ipv4(dev_net(rth->dst.dev)); in rt_is_expired() 1476 struct rtable *rth; in ip_route_input_mc() local 1506 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc() 1508 if (!rth) in ip_route_input_mc() 1512 rth->dst.tclassid = itag; in ip_route_input_mc() 1514 rth->dst.output = ip_rt_bug; in ip_route_input_mc() 1515 rth->rt_is_input= 1; in ip_route_input_mc() 1519 rth->dst.input = ip_mr_input; in ip_route_input_mc() 1523 skb_dst_set(skb, &rth->dst); in ip_route_input_mc() [all …]
|
| /linux-4.4.14/drivers/net/ |
| D | vrf.c | 60 struct rtable *rth; member 573 struct dst_entry *dst = (struct dst_entry *)vrf->rth; in vrf_rtable_destroy() 576 vrf->rth = NULL; in vrf_rtable_destroy() 582 struct rtable *rth; in vrf_rtable_create() local 584 rth = dst_alloc(&vrf_dst_ops, dev, 2, in vrf_rtable_create() 587 if (rth) { in vrf_rtable_create() 588 rth->dst.output = vrf_output; in vrf_rtable_create() 589 rth->rt_genid = rt_genid_ipv4(dev_net(dev)); in vrf_rtable_create() 590 rth->rt_flags = 0; in vrf_rtable_create() 591 rth->rt_type = RTN_UNICAST; in vrf_rtable_create() [all …]
|
| /linux-4.4.14/scripts/genksyms/ |
| D | keywords.gperf | 30 # According to rth, c99 defines _Bool, __restrict, __restrict__, restrict. KAO
|
| D | lex.lex.c_shipped | 542 New implementation contributed by Richard Henderson <rth@tamu.edu>
|
| /linux-4.4.14/net/decnet/ |
| D | dn_route.c | 334 struct dn_route *rth; in dn_insert_route() local 341 while ((rth = rcu_dereference_protected(*rthp, in dn_insert_route() 343 if (compare_keys(&rth->fld, &rt->fld)) { in dn_insert_route() 345 *rthp = rth->dst.dn_next; in dn_insert_route() 346 rcu_assign_pointer(rth->dst.dn_next, in dn_insert_route() 348 rcu_assign_pointer(dn_rt_hash_table[hash].chain, rth); in dn_insert_route() 350 dst_use(&rth->dst, now); in dn_insert_route() 354 *rp = rth; in dn_insert_route() 357 rthp = &rth->dst.dn_next; in dn_insert_route()
|
| /linux-4.4.14/net/core/ |
| D | net_namespace.c | 595 struct rtgenmsg *rth; in rtnl_net_fill() local 597 nlh = nlmsg_put(skb, portid, seq, cmd, sizeof(*rth), flags); in rtnl_net_fill() 601 rth = nlmsg_data(nlh); in rtnl_net_fill() 602 rth->rtgen_family = AF_UNSPEC; in rtnl_net_fill()
|
| /linux-4.4.14/net/ipv6/ |
| D | ah6.c | 260 struct ipv6_rt_hdr *rth; in ipv6_clear_mutable_options() member 283 ipv6_rearrange_rthdr(iph, exthdr.rth); in ipv6_clear_mutable_options()
|
| /linux-4.4.14/arch/powerpc/kernel/ |
| D | process.c | 1548 unsigned long rth = (unsigned long)return_to_handler; in show_stack() local 1573 if ((ip == rth) && curr_frame >= 0) { in show_stack()
|
| /linux-4.4.14/Documentation/ |
| D | DMA-API-HOWTO.txt | 5 Richard Henderson <rth@cygnus.com>
|
| /linux-4.4.14/ |
| D | CREDITS | 1496 E: rth@twiddle.net 1497 E: rth@cygnus.com
|
| D | MAINTAINERS | 573 M: Richard Henderson <rth@twiddle.net>
|
| /linux-4.4.14/Documentation/scsi/ |
| D | ChangeLog.1992-1997 | 1 Sat Jan 18 15:51:45 1997 Richard Henderson <rth@tamu.edu>
|