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