Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Ddst.h308 if (skb_dst_is_noref(skb)) { in skb_dst_force()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c2541 WARN_ON_ONCE(skb_dst_is_noref(skb)); in __release_sock()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h1022 static inline bool skb_dst_is_noref(const struct sk_buff *skb) in skb_dst_is_noref() function