Searched refs:XFRM_OFFLOAD_PACKET (Results 1 – 3 of 3) sorted by relevance
244 ~(XFRM_OFFLOAD_IPV6 | XFRM_OFFLOAD_INBOUND | XFRM_OFFLOAD_PACKET)) { in xfrm_dev_state_add()260 is_packet_offload = xuo->flags & XFRM_OFFLOAD_PACKET; in xfrm_dev_state_add()358 if (!xuo->flags || xuo->flags & ~XFRM_OFFLOAD_PACKET) { in xfrm_dev_policy_add()
1198 xuo->flags |= XFRM_OFFLOAD_PACKET; in copy_user_offload()
544 #define XFRM_OFFLOAD_PACKET 4 macro