Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Ddst.h308 if (skb_dst_is_noref(skb)) { in skb_dst_force()
/kernel/linux/linux-5.10/include/linux/
Dskbuff.h1007 static inline bool skb_dst_is_noref(const struct sk_buff *skb) in skb_dst_is_noref() function
/kernel/linux/linux-5.10/net/core/
Dsock.c2537 WARN_ON_ONCE(skb_dst_is_noref(skb)); in __release_sock()