Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dudp.h128 put_cmsg(msg, SOL_UDP, UDP_GRO, sizeof(gso_size), &gso_size); in udp_cmsg_recv()
Dsocket.h315 #define SOL_UDP 17 macro
/Linux-v5.4/tools/testing/selftests/net/
Dudpgso.c472 cm->cmsg_level = SOL_UDP; in send_one()
517 if (setsockopt(fdt, SOL_UDP, UDP_SEGMENT, &val, sizeof(val))) in run_one()
Dudpgso_bench_rx.c235 if (cmsg->cmsg_level == SOL_UDP in recv_msg()
Dudpgso_bench_tx.c366 cm->cmsg_level = SOL_UDP; in send_udp_segment_cmsg()
/Linux-v5.4/net/ipv6/
Dudp.c1562 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_setsockopt()
1572 if (level == SOL_UDP || level == SOL_UDPLITE) in compat_udpv6_setsockopt()
1582 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_getsockopt()
1591 if (level == SOL_UDP || level == SOL_UDPLITE) in compat_udpv6_getsockopt()
/Linux-v5.4/net/ipv4/
Dudp.c951 if (cmsg->cmsg_level != SOL_UDP) { in udp_cmsg_send()
2634 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_setsockopt()
2644 if (level == SOL_UDP || level == SOL_UDPLITE) in compat_udp_setsockopt()
2711 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_getsockopt()
2720 if (level == SOL_UDP || level == SOL_UDPLITE) in compat_udp_getsockopt()