Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dudpgso.c32 #ifndef UDP_SEGMENT
33 #define UDP_SEGMENT 103 macro
372 cm->cmsg_type = UDP_SEGMENT; in send_one()
423 if (setsockopt(fdt, SOL_UDP, UDP_SEGMENT, &val, sizeof(val))) in run_one()
H A Dudpgso_bench_tx.c34 #ifndef UDP_SEGMENT
35 #define UDP_SEGMENT 103 macro
383 cm->cmsg_type = UDP_SEGMENT; in send_udp_segment_cmsg()
/linux/include/uapi/linux/
H A Dudp.h35 #define UDP_SEGMENT 103 /* Set GSO segmentation size */ macro
/linux/net/ipv4/
H A Dudp.c1023 case UDP_SEGMENT: in __udp_cmsg_send()
2745 case UDP_SEGMENT: in udp_lib_setsockopt()
2841 case UDP_SEGMENT: in udp_lib_getsockopt()