Home
last modified time | relevance | path

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

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