Home
last modified time | relevance | path

Searched refs:UDP_ENCAP (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dudp.h32 #define UDP_ENCAP 100 /* Set the socket to accept encapsulated packets */ macro
/linux-6.6.21/Documentation/networking/
Dudplite.rst90 same manner as before, e.g. UDP_CORK or UDP_ENCAP.
/linux-6.6.21/net/ipv4/
Dudp.c2675 case UDP_ENCAP: in udp_lib_setsockopt()
2792 case UDP_ENCAP: in udp_lib_getsockopt()
/linux-6.6.21/tools/testing/selftests/net/
Dnettest.c1479 if (setsockopt(sd, IPPROTO_UDP, UDP_ENCAP, &type, sizeof(type)) < 0) { in config_xfrm_policy()