Searched refs:skb_dst_is_noref (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/net/
H A Ddst.h314 if (skb_dst_is_noref(skb)) {
/linux-master/include/linux/
H A Dskbuff.h1169 * skb_dst_is_noref - Test if skb dst isn't refcounted
1172 static inline bool skb_dst_is_noref(const struct sk_buff *skb) function
/linux-master/net/core/
H A Dsock.c2982 DEBUG_NET_WARN_ON_ONCE(skb_dst_is_noref(skb));

Completed in 153 milliseconds