Lines Matching defs:xuo
234 struct xfrm_user_offload *xuo,
250 if (xuo->flags &
256 is_packet_offload = xuo->flags & XFRM_OFFLOAD_PACKET;
264 dev = dev_get_by_index(net, xuo->ifindex);
266 if (!(xuo->flags & XFRM_OFFLOAD_INBOUND)) {
304 if (xuo->flags & XFRM_OFFLOAD_INBOUND)
341 struct xfrm_user_offload *xuo, u8 dir,
348 if (!xuo->flags || xuo->flags & ~XFRM_OFFLOAD_PACKET) {
356 dev = dev_get_by_index(net, xuo->ifindex);