Home
last modified time | relevance | path

Searched refs:SOL_UDP (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/include/linux/
Dudp.h126 put_cmsg(msg, SOL_UDP, UDP_GRO, sizeof(gso_size), &gso_size); in udp_cmsg_recv()
Dsocket.h337 #define SOL_UDP 17 macro
/linux-5.19.10/tools/testing/selftests/net/
Dudpgso.c473 cm->cmsg_level = SOL_UDP; in send_one()
518 if (setsockopt(fdt, SOL_UDP, UDP_SEGMENT, &val, sizeof(val))) in run_one()
Dudpgso_bench_rx.c238 if (cmsg->cmsg_level == SOL_UDP in recv_msg()
Dudpgso_bench_tx.c366 cm->cmsg_level = SOL_UDP; in send_udp_segment_cmsg()
/linux-5.19.10/tools/perf/trace/beauty/include/linux/
Dsocket.h337 #define SOL_UDP 17 macro
/linux-5.19.10/net/ipv6/
Dudp.c1651 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_setsockopt()
1661 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_getsockopt()
/linux-5.19.10/net/ipv4/
Dudp.c1029 if (cmsg->cmsg_level != SOL_UDP) { in udp_cmsg_send()
2795 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_setsockopt()
2866 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_getsockopt()