Lines Matching refs:props
145 xfrm_address_t *saddr = &x->props.saddr; in xfrm_dst_lookup()
1713 if (xfrm[i]->props.mode != XFRM_MODE_TRANSPORT) { in xfrm_bundle_create()
1714 family = xfrm[i]->props.family; in xfrm_bundle_create()
1736 header_len += xfrm[i]->props.header_len; in xfrm_bundle_create()
1738 nfheader_len += xfrm[i]->props.header_len; in xfrm_bundle_create()
1739 trailer_len += xfrm[i]->props.trailer_len; in xfrm_bundle_create()
1762 header_len -= xdst->u.dst.xfrm->props.header_len; in xfrm_bundle_create()
1763 trailer_len -= xdst->u.dst.xfrm->props.trailer_len; in xfrm_bundle_create()
2331 dst->xfrm->props.mode == XFRM_MODE_TUNNEL) in xfrm_lookup()
2396 (x->props.reqid == tmpl->reqid || !tmpl->reqid) && in xfrm_state_ok()
2397 x->props.mode == tmpl->mode && in xfrm_state_ok()
2398 (tmpl->allalgs || (tmpl->aalgos & (1<<x->props.aalgo)) || in xfrm_state_ok()
2400 !(x->props.mode != XFRM_MODE_TRANSPORT && in xfrm_state_ok()
2425 if (sp->xvec[idx]->props.mode != XFRM_MODE_TRANSPORT) { in xfrm_policy_ok()
2453 if (sp->xvec[k]->props.mode != XFRM_MODE_TRANSPORT) { in secpath_has_nontransport()