Lines Matching refs:props
143 xfrm_address_t *saddr = &x->props.saddr; in xfrm_dst_lookup()
1694 if (xfrm[i]->props.mode != XFRM_MODE_TRANSPORT) { in xfrm_bundle_create()
1695 family = xfrm[i]->props.family; in xfrm_bundle_create()
1717 header_len += xfrm[i]->props.header_len; in xfrm_bundle_create()
1719 nfheader_len += xfrm[i]->props.header_len; in xfrm_bundle_create()
1720 trailer_len += xfrm[i]->props.trailer_len; in xfrm_bundle_create()
1743 header_len -= xdst->u.dst.xfrm->props.header_len; in xfrm_bundle_create()
1744 trailer_len -= xdst->u.dst.xfrm->props.trailer_len; in xfrm_bundle_create()
2312 dst->xfrm->props.mode == XFRM_MODE_TUNNEL) in xfrm_lookup()
2377 (x->props.reqid == tmpl->reqid || !tmpl->reqid) && in xfrm_state_ok()
2378 x->props.mode == tmpl->mode && in xfrm_state_ok()
2379 (tmpl->allalgs || (tmpl->aalgos & (1<<x->props.aalgo)) || in xfrm_state_ok()
2381 !(x->props.mode != XFRM_MODE_TRANSPORT && in xfrm_state_ok()
2406 if (sp->xvec[idx]->props.mode != XFRM_MODE_TRANSPORT) { in xfrm_policy_ok()
2434 if (sp->xvec[k]->props.mode != XFRM_MODE_TRANSPORT) { in secpath_has_nontransport()