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