Searched refs:is_zcopy (Results 1 – 1 of 1) sorted by relevance
1467 bool is_zcopy = skb && skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY; in skb_zcopy() local1469 return is_zcopy ? skb_uarg(skb) : NULL; in skb_zcopy()