Searched refs:XFRM_OFFLOAD_PACKET (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/xfrm/
H A Dxfrm_device.c251 ~(XFRM_OFFLOAD_IPV6 | XFRM_OFFLOAD_INBOUND | XFRM_OFFLOAD_PACKET)) {
256 is_packet_offload = xuo->flags & XFRM_OFFLOAD_PACKET;
348 if (!xuo->flags || xuo->flags & ~XFRM_OFFLOAD_PACKET) {
350 * that user must set XFRM_OFFLOAD_PACKET bit.
H A Dxfrm_user.c962 xuo->flags |= XFRM_OFFLOAD_PACKET;
/linux-master/include/uapi/linux/
H A Dxfrm.h528 #define XFRM_OFFLOAD_PACKET 4 macro

Completed in 139 milliseconds