Home
last modified time | relevance | path

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

/include/net/
Ddst.h321 if (skb_dst_is_noref(skb)) { in skb_dst_force()
351 if (skb_dst_is_noref(skb)) { in skb_dst_force_safe()
/include/linux/
Dskbuff.h882 static inline bool skb_dst_is_noref(const struct sk_buff *skb) in skb_dst_is_noref() function