Searched refs:rtnl_put_cacheinfo (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | rtnetlink.h | 17 extern int rtnl_put_cacheinfo(struct sk_buff *skb, struct dst_entry *dst,
|
/Linux-v4.19/net/decnet/ |
D | dn_route.c | 1606 if (rtnl_put_cacheinfo(skb, &rt->dst, 0, expires, in dn_rt_fill_info()
|
/Linux-v4.19/net/core/ |
D | rtnetlink.c | 796 int rtnl_put_cacheinfo(struct sk_buff *skb, struct dst_entry *dst, u32 id, in rtnl_put_cacheinfo() function 818 EXPORT_SYMBOL_GPL(rtnl_put_cacheinfo);
|
/Linux-v4.19/net/ipv4/ |
D | route.c | 2705 if (rtnl_put_cacheinfo(skb, &rt->dst, 0, expires, error) < 0) in rt_fill_info()
|
/Linux-v4.19/net/ipv6/ |
D | route.c | 4803 if (rtnl_put_cacheinfo(skb, dst, 0, expires, dst ? dst->error : 0) < 0) in rt6_fill_node()
|