Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/
H A Dudpgso.c397 cm->cmsg_level = SOL_UDP; in send_one()
449 if (setsockopt(fdt, SOL_UDP, UDP_SEGMENT, &val, sizeof(val))) in run_one()
H A Dudpgso_bench_rx.c237 if (cmsg->cmsg_level == SOL_UDP in recv_msg()
H A Dudpgso_bench_tx.c382 cm->cmsg_level = SOL_UDP; in send_udp_segment_cmsg()
/linux-6.15/include/linux/
H A Dudp.h155 put_cmsg(msg, SOL_UDP, UDP_GRO, sizeof(gso_size), &gso_size); in udp_cmsg_recv()
H A Dsocket.h351 #define SOL_UDP 17 macro
/linux-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h351 #define SOL_UDP 17 macro
/linux-6.15/net/ipv6/
H A Dudp.c1838 if (level == SOL_UDP || level == SOL_UDPLITE || level == SOL_SOCKET) in udpv6_setsockopt()
1848 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_getsockopt()
/linux-6.15/net/ipv4/
H A Dudp.c1256 if (cmsg->cmsg_level != SOL_UDP) { in udp_cmsg_send()
3054 if (level == SOL_UDP || level == SOL_UDPLITE || level == SOL_SOCKET) in udp_setsockopt()
3125 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_getsockopt()