Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/net/
Dudpgso.c481 cm->cmsg_level = SOL_UDP; in send_one()
526 if (setsockopt(fdt, SOL_UDP, UDP_SEGMENT, &val, sizeof(val))) in run_one()
Dudpgso_bench_tx.c206 cm->cmsg_level = SOL_UDP; in send_udp_segment_cmsg()
/Linux-v4.19/include/linux/
Dsocket.h310 #define SOL_UDP 17 macro
/Linux-v4.19/net/ipv6/
Dudp.c1477 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_setsockopt()
1487 if (level == SOL_UDP || level == SOL_UDPLITE) in compat_udpv6_setsockopt()
1497 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_getsockopt()
1506 if (level == SOL_UDP || level == SOL_UDPLITE) in compat_udpv6_getsockopt()
/Linux-v4.19/net/ipv4/
Dudp.c889 if (cmsg->cmsg_level != SOL_UDP) { in udp_cmsg_send()
2498 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_setsockopt()
2508 if (level == SOL_UDP || level == SOL_UDPLITE) in compat_udp_setsockopt()
2575 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_getsockopt()
2584 if (level == SOL_UDP || level == SOL_UDPLITE) in compat_udp_getsockopt()