Lines Matching refs:outer_mode
417 switch (x->outer_mode.encap) { in xfrm4_prepare_output()
440 switch (x->outer_mode.encap) { in xfrm6_prepare_output()
456 switch (x->outer_mode.encap) { in xfrm_outer_mode_output()
459 if (x->outer_mode.family == AF_INET) in xfrm_outer_mode_output()
461 if (x->outer_mode.family == AF_INET6) in xfrm_outer_mode_output()
465 if (x->outer_mode.family == AF_INET) in xfrm_outer_mode_output()
467 if (x->outer_mode.family == AF_INET6) in xfrm_outer_mode_output()
471 if (x->outer_mode.family == AF_INET6) in xfrm_outer_mode_output()
572 } while (x && !(x->outer_mode.flags & XFRM_MODE_FLAG_TUNNEL)); in xfrm_output_one()
664 if (x->outer_mode.encap == XFRM_MODE_TUNNEL) { in xfrm_get_inner_ipproto()
665 switch (x->outer_mode.family) { in xfrm_get_inner_ipproto()
709 switch (x->outer_mode.family) { in xfrm_output()
800 if (x->outer_mode.encap == XFRM_MODE_BEET && in xfrm4_extract_output()