Searched refs:rtnl_put_cacheinfo (Results 1 – 3 of 3) sorted by relevance
/linux/net/core/ |
H A D | rtnetlink.c | 1016 int rtnl_put_cacheinfo(struct sk_buff *skb, struct dst_entry *dst, u32 id, in rtnl_put_cacheinfo() function 1038 EXPORT_SYMBOL_GPL(rtnl_put_cacheinfo);
|
/linux/net/ipv4/ |
H A D | route.c | 3054 if (rtnl_put_cacheinfo(skb, &rt->dst, 0, expires, error) < 0) in rt_fill_info()
|
/linux/net/ipv6/ |
H A D | route.c | 5809 if (rtnl_put_cacheinfo(skb, dst, 0, expires, dst ? dst->error : 0) < 0) in rt6_fill_node()
|