Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dudp.h126 put_cmsg(msg, SOL_UDP, UDP_GRO, sizeof(gso_size), &gso_size); in udp_cmsg_recv()
Dsocket.h342 #define SOL_UDP 17 macro
/Linux-v6.1/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-v6.1/tools/perf/trace/beauty/include/linux/
Dsocket.h342 #define SOL_UDP 17 macro
/Linux-v6.1/net/ipv6/
Dudp.c1675 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_setsockopt()
1685 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_getsockopt()
/Linux-v6.1/net/ipv4/
Dudp.c1031 if (cmsg->cmsg_level != SOL_UDP) { in udp_cmsg_send()
2788 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_setsockopt()
2859 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_getsockopt()