Searched refs:XFRM_OFFLOAD_PACKET (Results 1 – 3 of 3) sorted by relevance
251 ~(XFRM_OFFLOAD_IPV6 | XFRM_OFFLOAD_INBOUND | XFRM_OFFLOAD_PACKET)) { in xfrm_dev_state_add()262 is_packet_offload = xuo->flags & XFRM_OFFLOAD_PACKET; in xfrm_dev_state_add()355 if (!xuo->flags || xuo->flags & ~XFRM_OFFLOAD_PACKET) { in xfrm_dev_policy_add()
1069 xuo->flags |= XFRM_OFFLOAD_PACKET; in copy_user_offload()
535 #define XFRM_OFFLOAD_PACKET 4 macro