Searched refs:rth (Results 1 – 3 of 3) sorted by relevance
/net/ipv4/ |
D | route.c | 423 static inline bool rt_is_expired(const struct rtable *rth) in rt_is_expired() argument 425 return rth->rt_genid != rt_genid_ipv4(dev_net(rth->dst.dev)); in rt_is_expired() 1769 struct rtable *rth; in ip_route_input_mc() local 1780 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc() 1782 if (!rth) in ip_route_input_mc() 1786 rth->dst.tclassid = itag; in ip_route_input_mc() 1788 rth->dst.output = ip_rt_bug; in ip_route_input_mc() 1789 rth->rt_is_input= 1; in ip_route_input_mc() 1793 rth->dst.input = ip_mr_input; in ip_route_input_mc() 1798 skb_dst_set(skb, &rth->dst); in ip_route_input_mc() [all …]
|
/net/core/ |
D | net_namespace.c | 827 struct rtgenmsg *rth; in rtnl_net_fill() local 829 nlh = nlmsg_put(skb, args->portid, args->seq, args->cmd, sizeof(*rth), in rtnl_net_fill() 834 rth = nlmsg_data(nlh); in rtnl_net_fill() 835 rth->rtgen_family = AF_UNSPEC; in rtnl_net_fill()
|
/net/ipv6/ |
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()
|