Lines Matching defs:bundle
164 static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr);
2610 * all the metrics... Shortly, bundle a bundle.
2615 struct xfrm_dst **bundle,
2652 bundle[i] = xdst;
2727 xfrm_init_pmtu(bundle, nx);
2808 struct xfrm_dst *bundle[XFRM_MAX_DEPTH];
2813 /* Try to instantiate a bundle */
2824 dst = xfrm_bundle_create(pols[0], xfrm, bundle, err, fl, dst_orig);
3107 /* Finds/creates a bundle for given flow and if_id
3197 * bundle with null route, is when the template could
3199 * bundle could not be created, since we don't yet
3268 /* Main function: finds/creates a bundle for given flow.
3827 * This will force stale_bundle() to fail on any xdst bundle with
3867 static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr)
3870 struct xfrm_dst *xdst = bundle[nr];
3890 /* Check that the bundle accepts the flow and its components are
3896 struct xfrm_dst *bundle[XFRM_MAX_DEPTH];
3921 bundle[nr++] = xdst;
3943 xdst = bundle[start_from - 1];
3955 xdst = bundle[start_from - 1];