Home
last modified time | relevance | path

Searched refs:copybuf_len (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dtcp.h354 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */ member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dtcp.h369 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dtcp.h361 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */ member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dtcp.h354 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */ member
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp.c1882 zc->copybuf_len = err; in receive_fallback_to_copy()
1883 if (likely(zc->copybuf_len)) { in receive_fallback_to_copy()
1923 s32 copybuf_len, in tcp_zc_handle_leftover()
1926 u32 offset, copylen = min_t(u32, copybuf_len, zc->recv_skip_hint); in tcp_zc_handle_leftover()
1941 zc->copybuf_len = tcp_copy_straggler_data(zc, skb, copylen, &offset, in tcp_zc_handle_leftover()
1943 return zc->copybuf_len < 0 ? 0 : copylen; in tcp_zc_handle_leftover()
2086 s32 copybuf_len = zc->copybuf_len; in tcp_zerocopy_receive() local
2098 zc->copybuf_len = 0; in tcp_zerocopy_receive()
2109 if (inq && inq <= copybuf_len) in tcp_zerocopy_receive()
1919 tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc, struct sock *sk, struct sk_buff *skb, u32 *seq, s32 copybuf_len, struct scm_timestamping_internal *tss) tcp_zc_handle_leftover() argument
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp.c1857 s32 copybuf_len) in tcp_zerocopy_handle_leftover_data()
1859 u32 offset, copylen = min_t(u32, copybuf_len, zc->recv_skip_hint); in tcp_zerocopy_handle_leftover_data()
1869 zc->copybuf_len = tcp_copy_straggler_data(zc, skb, copylen, &offset, in tcp_zerocopy_handle_leftover_data()
1871 return zc->copybuf_len < 0 ? 0 : copylen; in tcp_zerocopy_handle_leftover_data()
1909 s32 copybuf_len = zc->copybuf_len; in tcp_zerocopy_receive() local
1922 zc->copybuf_len = 0; in tcp_zerocopy_receive()
2013 copybuf_len); in tcp_zerocopy_receive()
1853 tcp_zerocopy_handle_leftover_data(struct tcp_zerocopy_receive *zc, struct sock *sk, struct sk_buff *skb, u32 *seq, s32 copybuf_len) tcp_zerocopy_handle_leftover_data() argument

Completed in 16 milliseconds