Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dtcp.h353 __u64 copybuf_address; /* in: copybuf address (small reads) */ member
/linux/net/ipv4/
H A Dtcp.c1979 unsigned long copy_address = (unsigned long)zc->copybuf_address; in receive_fallback_to_copy()
1986 if (copy_address != zc->copybuf_address) in receive_fallback_to_copy()
2015 unsigned long copy_address = (unsigned long)zc->copybuf_address; in tcp_copy_straggler_data()
2019 if (copy_address != zc->copybuf_address) in tcp_copy_straggler_data()
4781 case offsetofend(struct tcp_zerocopy_receive, copybuf_address): in do_tcp_getsockopt()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c28 * SOL_TCP is defined in <netinet/tcp.h> (glibc), but the copybuf_address
1167 zc.copybuf_address = (__u64)((unsigned long)addr); in test_sockmap_copied_seq()