Home
last modified time | relevance | path

Searched refs:SKBFL_PURE_ZEROCOPY (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dskbuff.h511 SKBFL_PURE_ZEROCOPY = BIT(2), enumerator
522 #define SKBFL_ALL_ZEROCOPY (SKBFL_ZEROCOPY_FRAG | SKBFL_PURE_ZEROCOPY | \
1672 return skb_shinfo(skb)->flags & SKBFL_PURE_ZEROCOPY; in skb_zcopy_pure()
/openbmc/linux/net/ipv4/
H A Dtcp.c960 skb_shinfo(skb)->flags &= ~SKBFL_PURE_ZEROCOPY; in tcp_downgrade_zcopy_pure()
1229 skb_shinfo(skb)->flags |= SKBFL_PURE_ZEROCOPY; in tcp_sendmsg_locked()
/openbmc/linux/net/core/
H A Dskbuff.c3939 const int zc_flags = SKBFL_SHARED_FRAG | SKBFL_PURE_ZEROCOPY; in skb_split()