Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/net/
Dudpgso_bench_rx.c34 #ifndef UDP_GRO
35 #define UDP_GRO 104 macro
239 && cmsg->cmsg_type == UDP_GRO) { in recv_msg()
364 if (setsockopt(fd, IPPROTO_UDP, UDP_GRO, &val, sizeof(val))) in do_recv()
/linux-5.19.10/include/uapi/linux/
Dudp.h36 #define UDP_GRO 104 /* This socket can receive UDP GRO packets */ macro
/linux-5.19.10/include/linux/
Dudp.h126 put_cmsg(msg, SOL_UDP, UDP_GRO, sizeof(gso_size), &gso_size); in udp_cmsg_recv()
/linux-5.19.10/net/ipv4/
Dudp.c2742 case UDP_GRO: in udp_lib_setsockopt()
2837 case UDP_GRO: in udp_lib_getsockopt()