Home
last modified time | relevance | path

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

/freebsd-head/sys/netgraph/
HDng_iface.c362 error = if_tunnel_check_nesting(ifp, m, NGM_IFACE_COOKIE, in ng_iface_output()
/freebsd-head/sys/net/
HDif_gif.c309 (error = if_tunnel_check_nesting(ifp, m, MTAG_GIF, in gif_transmit()
HDif_me.c573 (error = if_tunnel_check_nesting(ifp, m, MTAG_ME, in me_transmit()
HDif_var.h537 int if_tunnel_check_nesting(if_t, struct mbuf *, uint32_t, int);
HDif_gre.c707 (error = if_tunnel_check_nesting(ifp, m, MTAG_GRE,
HDif_ovpn.c1867 if (__predict_false(if_tunnel_check_nesting(ifp, m, MTAG_OVPN_LOOP, 3))) { in ovpn_transmit_to_peer()
HDif_vxlan.c2772 if (__predict_false(if_tunnel_check_nesting(ifp, m, MTAG_VXLAN_LOOP, in vxlan_transmit()
HDif.c3971 if_tunnel_check_nesting(struct ifnet *ifp, struct mbuf *m, uint32_t cookie, in if_tunnel_check_nesting() function
/freebsd-head/sys/dev/wg/
HDif_wg.c2167 if (__predict_false(if_tunnel_check_nesting(ifp, m, MTAG_WGLOOP, MAX_LOOPS))) { in wg_xmit()
2319 if (__predict_false(if_tunnel_check_nesting(ifp, m, MTAG_WGLOOP, in wg_xmit_netmap()