Searched refs:rth (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | route.c | 429 static inline bool rt_is_expired(const struct rtable *rth) in rt_is_expired() argument 431 return rth->rt_genid != rt_genid_ipv4(dev_net(rth->dst.dev)); in rt_is_expired() 1448 struct rtable *rth; in ip_route_input_mc() local 1475 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, in ip_route_input_mc() 1477 if (!rth) in ip_route_input_mc() 1481 rth->dst.tclassid = itag; in ip_route_input_mc() 1483 rth->dst.output = ip_rt_bug; in ip_route_input_mc() 1485 rth->rt_genid = rt_genid_ipv4(dev_net(dev)); in ip_route_input_mc() 1486 rth->rt_flags = RTCF_MULTICAST; in ip_route_input_mc() 1487 rth->rt_type = RTN_MULTICAST; in ip_route_input_mc() [all …]
|
/linux-4.1.27/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.1.27/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.1.27/net/core/ |
D | net_namespace.c | 545 struct rtgenmsg *rth; in rtnl_net_fill() local 550 nlh = nlmsg_put(skb, portid, seq, cmd, sizeof(*rth), flags); in rtnl_net_fill() 554 rth = nlmsg_data(nlh); in rtnl_net_fill() 555 rth->rtgen_family = AF_UNSPEC; in rtnl_net_fill()
|
/linux-4.1.27/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.1.27/arch/powerpc/kernel/ |
D | process.c | 1549 unsigned long rth = (unsigned long)return_to_handler; in show_stack() local 1574 if ((ip == rth) && curr_frame >= 0) { in show_stack()
|
/linux-4.1.27/Documentation/ |
D | DMA-API-HOWTO.txt | 5 Richard Henderson <rth@cygnus.com>
|
/linux-4.1.27/ |
D | CREDITS | 1492 E: rth@twiddle.net 1493 E: rth@cygnus.com
|
D | MAINTAINERS | 559 M: Richard Henderson <rth@twiddle.net>
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 1 Sat Jan 18 15:51:45 1997 Richard Henderson <rth@tamu.edu>
|