Lines Matching refs:outer_mode
415 switch (x->outer_mode.encap) { in xfrm4_prepare_output()
438 switch (x->outer_mode.encap) { in xfrm6_prepare_output()
454 switch (x->outer_mode.encap) { in xfrm_outer_mode_output()
457 if (x->outer_mode.family == AF_INET) in xfrm_outer_mode_output()
459 if (x->outer_mode.family == AF_INET6) in xfrm_outer_mode_output()
463 if (x->outer_mode.family == AF_INET) in xfrm_outer_mode_output()
465 if (x->outer_mode.family == AF_INET6) in xfrm_outer_mode_output()
469 if (x->outer_mode.family == AF_INET6) in xfrm_outer_mode_output()
571 } while (x && !(x->outer_mode.flags & XFRM_MODE_FLAG_TUNNEL)); in xfrm_output_one()
663 if (x->outer_mode.encap == XFRM_MODE_TUNNEL) { in xfrm_get_inner_ipproto()
664 switch (x->outer_mode.family) { in xfrm_get_inner_ipproto()
708 switch (x->outer_mode.family) { in xfrm_output()
809 if (x->outer_mode.encap == XFRM_MODE_BEET && in xfrm4_extract_output()