Home
last modified time | relevance | path

Searched defs:skb_shared (Results 1 – 2 of 2) sorted by relevance

/linux/net/core/
H A Dpktgen.c3498 bool skb_shared = !!(READ_ONCE(pkt_dev->flags) & F_SHARED); in pktgen_xmit() local
/linux/include/linux/
H A Dskbuff.h2062 static inline int skb_shared(const struct sk_buff *skb) in skb_shared() function