if_tunnel_check_nesting
error = if_tunnel_check_nesting(ifp, m, MTAG_GIF, max_gif_nesting);
error = if_tunnel_check_nesting(ifp, m, MTAG_GRE, max_gre_nesting);
int if_tunnel_check_nesting(struct ifnet *, struct mbuf *, uint32_t, int);
if (__predict_false(if_tunnel_check_nesting(ifp, m, MTAG_WGLOOP,