Searched defs:skb_shared (Results 1 – 2 of 2) sorted by relevance
3464 bool skb_shared = !!(READ_ONCE(pkt_dev->flags) & F_SHARED); in pktgen_xmit() local
2050 static inline int skb_shared(const struct sk_buff *skb) in skb_shared() function