Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h353 #define SOL_UDPLITE 136 /* UDP-Lite (RFC 3828) */ macro
/openbmc/linux/include/linux/
H A Dsocket.h353 #define SOL_UDPLITE 136 /* UDP-Lite (RFC 3828) */ macro
/openbmc/linux/net/ipv6/
H A Dudp.c1704 if (level == SOL_UDP || level == SOL_UDPLITE || level == SOL_SOCKET) in udpv6_setsockopt()
1714 if (level == SOL_UDP || level == SOL_UDPLITE) in udpv6_getsockopt()
/openbmc/linux/net/ipv4/
H A Dudp.c2788 if (level == SOL_UDP || level == SOL_UDPLITE || level == SOL_SOCKET) in udp_setsockopt()
2859 if (level == SOL_UDP || level == SOL_UDPLITE) in udp_getsockopt()