Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dudp.h129 put_cmsg(msg, SOL_UDP, UDP_GRO, sizeof(gso_size), &gso_size); in udp_cmsg_recv()
Dsocket.h349 #define SOL_UDP 17 macro
/Linux-v6.6/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.c237 if (cmsg->cmsg_level == SOL_UDP in recv_msg()
Dudpgso_bench_tx.c382 cm->cmsg_level = SOL_UDP; in send_udp_segment_cmsg()
/Linux-v6.6/tools/perf/trace/beauty/include/linux/
Dsocket.h349 #define SOL_UDP 17 macro
/Linux-v6.6/net/ipv6/
Dudp.c1686 if (level == SOL_UDP || level == SOL_UDPLITE || level == SOL_SOCKET) in udpv6_setsockopt()
1696 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_getsockopt()
/Linux-v6.6/net/ipv4/
Dudp.c1024 if (cmsg->cmsg_level != SOL_UDP) { in udp_cmsg_send()
2763 if (level == SOL_UDP || level == SOL_UDPLITE || level == SOL_SOCKET) in udp_setsockopt()
2834 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_getsockopt()