Lines Matching refs:XFRMA_MAX
100 static const struct nla_policy compat_policy[XFRMA_MAX+1] = {
282 BUILD_BUG_ON(XFRMA_MAX != XFRMA_MTIMER_THRESH);
355 struct nlattr *attrs[XFRMA_MAX + 1],
436 if (type > XFRMA_MAX) {
437 BUILD_BUG_ON(XFRMA_MAX != XFRMA_MTIMER_THRESH);
441 type = array_index_nospec(type, XFRMA_MAX + 1);
465 struct nlattr *attrs[XFRMA_MAX+1],
566 for (i = 1; i < XFRMA_MAX + 1; i++) {
589 struct nlattr *attrs[XFRMA_MAX+1];
606 maxtype ? : XFRMA_MAX, policy ? : compat_policy, extack);