Searched refs:rtnl_put_cacheinfo (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/include/linux/ |
D | rtnetlink.h | 18 extern int rtnl_put_cacheinfo(struct sk_buff *skb, struct dst_entry *dst,
|
/Linux-v6.1/net/core/ |
D | rtnetlink.c | 831 int rtnl_put_cacheinfo(struct sk_buff *skb, struct dst_entry *dst, u32 id, in rtnl_put_cacheinfo() function 853 EXPORT_SYMBOL_GPL(rtnl_put_cacheinfo);
|
/Linux-v6.1/net/ipv4/ |
D | route.c | 3064 if (rtnl_put_cacheinfo(skb, &rt->dst, 0, expires, error) < 0) in rt_fill_info()
|
/Linux-v6.1/net/ipv6/ |
D | route.c | 5771 if (rtnl_put_cacheinfo(skb, dst, 0, expires, dst ? dst->error : 0) < 0) in rt6_fill_node()
|