Home
last modified time | relevance | path

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

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