Searched refs:rtnl_put_cacheinfo (Results 1 – 4 of 4) sorted by relevance
/net/decnet/ |
D | dn_route.c | 1600 if (rtnl_put_cacheinfo(skb, &rt->dst, 0, expires, in dn_rt_fill_info()
|
/net/core/ |
D | rtnetlink.c | 801 int rtnl_put_cacheinfo(struct sk_buff *skb, struct dst_entry *dst, u32 id, in rtnl_put_cacheinfo() function 823 EXPORT_SYMBOL_GPL(rtnl_put_cacheinfo);
|
/net/ipv4/ |
D | route.c | 2861 if (rtnl_put_cacheinfo(skb, &rt->dst, 0, expires, error) < 0) in rt_fill_info()
|
/net/ipv6/ |
D | route.c | 5499 if (rtnl_put_cacheinfo(skb, dst, 0, expires, dst ? dst->error : 0) < 0) in rt6_fill_node()
|