Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dudp.h31 #define UDP_CORK 1 /* Never send partially complete segments */ macro
/linux/tools/testing/selftests/net/
H A 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()
/linux/Documentation/networking/
H A Dudplite.rst90 same manner as before, e.g. UDP_CORK or UDP_ENCAP.