Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/networking/
Dudplite.rst68 setsockopt(s, SOL_UDPLITE, UDPLITE_SEND_CSCOV, &val, sizeof(int));
86 setsockopt(s, SOL_UDPLITE, UDPLITE_RECV_CSCOV, &min, sizeof(int));
108 #define SOL_UDPLITE 136
/linux-5.19.10/tools/perf/trace/beauty/include/linux/
Dsocket.h341 #define SOL_UDPLITE 136 /* UDP-Lite (RFC 3828) */ macro
/linux-5.19.10/include/linux/
Dsocket.h341 #define SOL_UDPLITE 136 /* UDP-Lite (RFC 3828) */ macro
/linux-5.19.10/net/ipv6/
Dudp.c1651 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_setsockopt()
1661 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_getsockopt()
/linux-5.19.10/net/ipv4/
Dudp.c2795 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_setsockopt()
2866 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_getsockopt()