Home
last modified time | relevance | path

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

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