if_tunnel_check_nesting
int if_tunnel_check_nesting(struct ifnet *, struct mbuf *, int);
return if_tunnel_check_nesting(ifp, m, max_gif_nesting);
return if_tunnel_check_nesting(ifp, m, max_ipsec_nesting);
return if_tunnel_check_nesting(ifp, m, max_l2tp_nesting);
error = if_tunnel_check_nesting(ifp, m, 1);