Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Ddst.h312 if (skb_dst_is_noref(skb)) { in skb_dst_force()
/Linux-v5.15/net/core/
Dsock.c2684 WARN_ON_ONCE(skb_dst_is_noref(skb)); in __release_sock()
/Linux-v5.15/include/linux/
Dskbuff.h1020 static inline bool skb_dst_is_noref(const struct sk_buff *skb) in skb_dst_is_noref() function