Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_gif.c309 (error = if_tunnel_check_nesting(ifp, m, MTAG_GIF, in gif_transmit()
H A Dif_var.h518 int if_tunnel_check_nesting(if_t, struct mbuf *, uint32_t, int);
H A Dif_gre.c707 (error = if_tunnel_check_nesting(ifp, m, MTAG_GRE,
H A Dif_me.c573 (error = if_tunnel_check_nesting(ifp, m, MTAG_ME, in me_transmit()
H A Dif_ovpn.c1858 if (__predict_false(if_tunnel_check_nesting(ifp, m, MTAG_OVPN_LOOP, 3))) { in ovpn_transmit_to_peer()
H A Dif_vxlan.c2765 if (__predict_false(if_tunnel_check_nesting(ifp, m, MTAG_VXLAN_LOOP, in vxlan_transmit()
H A Dif.c3982 if_tunnel_check_nesting(struct ifnet *ifp, struct mbuf *m, uint32_t cookie, in if_tunnel_check_nesting() function
/freebsd/sys/netgraph/
H A Dng_iface.c362 error = if_tunnel_check_nesting(ifp, m, NGM_IFACE_COOKIE, in ng_iface_output()
/freebsd/sys/dev/wg/
H A Dif_wg.c2151 if (__predict_false(if_tunnel_check_nesting(ifp, m, MTAG_WGLOOP, MAX_LOOPS))) { in wg_xmit()
2303 if (__predict_false(if_tunnel_check_nesting(ifp, m, MTAG_WGLOOP, in wg_xmit_netmap()