Searched defs:skb_shared (Results 1 – 2 of 2) sorted by relevance
/linux/net/core/ | ||
H A D | pktgen.c | 3498 bool skb_shared = !!(READ_ONCE(pkt_dev->flags) & F_SHARED); pktgen_xmit() local |
/linux/include/linux/ | ||
H A D | skbuff.h | 2062 static inline int skb_shared(const struct sk_buff *skb) skb_shared() function |