Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Droute.c429 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/
Dkeywords.gperf30 # According to rth, c99 defines _Bool, __restrict, __restrict__, restrict. KAO
Dlex.lex.c_shipped542 New implementation contributed by Richard Henderson <rth@tamu.edu>
/linux-4.1.27/net/decnet/
Ddn_route.c334 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/
Dnet_namespace.c545 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/
Dah6.c260 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/
Dprocess.c1549 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/
DDMA-API-HOWTO.txt5 Richard Henderson <rth@cygnus.com>
/linux-4.1.27/
DCREDITS1492 E: rth@twiddle.net
1493 E: rth@cygnus.com
DMAINTAINERS559 M: Richard Henderson <rth@twiddle.net>
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-19971 Sat Jan 18 15:51:45 1997 Richard Henderson <rth@tamu.edu>