Home
last modified time | relevance | path

Searched refs:copybuf_len (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dtcp.h354 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */ member
/linux/net/ipv4/
H A Dtcp.c2027 zc->copybuf_len = err; in receive_fallback_to_copy()
2028 if (likely(zc->copybuf_len)) { in receive_fallback_to_copy()
2067 s32 copybuf_len, in tcp_zc_handle_leftover() argument
2070 u32 offset, copylen = min_t(u32, copybuf_len, zc->recv_skip_hint); in tcp_zc_handle_leftover()
2085 zc->copybuf_len = tcp_copy_straggler_data(zc, skb, copylen, &offset, in tcp_zc_handle_leftover()
2087 return zc->copybuf_len < 0 ? 0 : copylen; in tcp_zc_handle_leftover()
2230 s32 copybuf_len = zc->copybuf_len; in tcp_zerocopy_receive() local
2242 zc->copybuf_len = 0; in tcp_zerocopy_receive()
2253 if (inq && inq <= copybuf_len) in tcp_zerocopy_receive()
2353 copylen = tcp_zc_handle_leftover(zc, sk, skb, &seq, copybuf_len, tss); in tcp_zerocopy_receive()
[all …]
/linux/include/uapi/linux/
H A Dtcp.h517 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */ member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c1122 zc.copybuf_len = sizeof(addr); in test_sockmap_zc()