Searched refs:UDP_GRO (Results 1 – 4 of 4) sorted by relevance
34 #ifndef UDP_GRO35 #define UDP_GRO 104 macro239 && cmsg->cmsg_type == UDP_GRO) { in recv_msg()364 if (setsockopt(fd, IPPROTO_UDP, UDP_GRO, &val, sizeof(val))) in do_recv()
36 #define UDP_GRO 104 /* This socket can receive UDP GRO packets */ macro
130 put_cmsg(msg, SOL_UDP, UDP_GRO, sizeof(gso_size), &gso_size); in udp_cmsg_recv()
2725 case UDP_GRO: in udp_lib_setsockopt()2820 case UDP_GRO: in udp_lib_getsockopt()
Completed in 12 milliseconds