Home
last modified time | relevance | path

Searched refs:if_tunnel_check_nesting (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/
H A Dif_gif.c310 (error = if_tunnel_check_nesting(ifp, m, MTAG_GIF, in gif_transmit()
H A Dif_var.h662 int if_tunnel_check_nesting(struct ifnet *, struct mbuf *, uint32_t, int);
H A Dif_me.c571 (error = if_tunnel_check_nesting(ifp, m, MTAG_ME, in me_transmit()
H A Dif_gre.c716 (error = if_tunnel_check_nesting(ifp, m, MTAG_GRE,
H A Dif.c3882 if_tunnel_check_nesting(struct ifnet *ifp, struct mbuf *m, uint32_t cookie, in if_tunnel_check_nesting() function
/f-stack/freebsd/netgraph/
H A Dng_iface.c363 error = if_tunnel_check_nesting(ifp, m, NGM_IFACE_COOKIE, in ng_iface_output()