Home
last modified time | relevance | path

Searched refs:UDP_CORK (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Dudp.h31 #define UDP_CORK 1 /* Never send partially complete segments */ macro
/linux-6.12.1/tools/testing/selftests/net/
Dio_uring_zerocopy_tx.c121 do_setsockopt(fd, IPPROTO_UDP, UDP_CORK, 1); in do_tx()
155 do_setsockopt(fd, IPPROTO_UDP, UDP_CORK, 0); in do_tx()
Dmsg_zerocopy.c238 do_setsockopt(fd, IPPROTO_UDP, UDP_CORK, 1); in do_sendmsg_corked()
256 do_setsockopt(fd, IPPROTO_UDP, UDP_CORK, 0); in do_sendmsg_corked()
/linux-6.12.1/Documentation/networking/
Dudplite.rst90 same manner as before, e.g. UDP_CORK or UDP_ENCAP.
/linux-6.12.1/net/ipv4/
Dudp.c2702 case UDP_CORK: in udp_lib_setsockopt()
2827 case UDP_CORK: in udp_lib_getsockopt()