Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/
H A 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-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h355 #define SOL_UDPLITE 136 /* UDP-Lite (RFC 3828) */ macro
/linux-6.15/include/linux/
H A Dsocket.h355 #define SOL_UDPLITE 136 /* UDP-Lite (RFC 3828) */ macro
/linux-6.15/net/ipv6/
H A Dudp.c1838 if (level == SOL_UDP || level == SOL_UDPLITE || level == SOL_SOCKET) in udpv6_setsockopt()
1848 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_getsockopt()
/linux-6.15/net/ipv4/
H A Dudp.c3054 if (level == SOL_UDP || level == SOL_UDPLITE || level == SOL_SOCKET) in udp_setsockopt()
3125 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_getsockopt()