Searched refs:max_gre_nesting (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/net/
H A Dif_gre.c163 static int max_gre_nesting = MAX_GRE_NEST; variable
165 &max_gre_nesting, 0, "Max nested tunnels");
272 if (gt->count > min(gt->max,max_gre_nesting)) {
297 * Given that people should NOT increase max_gre_nesting beyond
304 max = imin(max_gre_nesting, 256);

Completed in 108 milliseconds