Home
last modified time | relevance | path

Searched refs:rtnl_put_cacheinfo (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Drtnetlink.h26 extern int rtnl_put_cacheinfo(struct sk_buff *skb, struct dst_entry *dst,
/linux/net/core/
H A Drtnetlink.c821 int rtnl_put_cacheinfo(struct sk_buff *skb, struct dst_entry *dst, u32 id, in rtnl_put_cacheinfo() function
843 EXPORT_SYMBOL_GPL(rtnl_put_cacheinfo);
/linux/net/ipv4/
H A Droute.c2996 if (rtnl_put_cacheinfo(skb, &rt->dst, 0, expires, error) < 0) in rt_fill_info()
/linux/net/ipv6/
H A Droute.c5779 if (rtnl_put_cacheinfo(skb, dst, 0, expires, dst ? dst->error : 0) < 0) in rt6_fill_node()