Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/net/ipv4/
Dtcp.c959 skb_shinfo(skb)->flags &= ~SKBFL_PURE_ZEROCOPY; in tcp_downgrade_zcopy_pure()
1225 skb_shinfo(skb)->flags |= SKBFL_PURE_ZEROCOPY; in tcp_sendmsg_locked()
/Linux-v6.6/net/core/
Dskbuff.c3928 const int zc_flags = SKBFL_SHARED_FRAG | SKBFL_PURE_ZEROCOPY; in skb_split()