Searched refs:UDP_ENCAP (Results 1 – 4 of 4) sorted by relevance
32 #define UDP_ENCAP 100 /* Set the socket to accept encapsulated packets */ macro
90 same manner as before, e.g. UDP_CORK or UDP_ENCAP.
2675 case UDP_ENCAP: in udp_lib_setsockopt()2792 case UDP_ENCAP: in udp_lib_getsockopt()
1479 if (setsockopt(sd, IPPROTO_UDP, UDP_ENCAP, &type, sizeof(type)) < 0) { in config_xfrm_policy()