Searched refs:if_tunnel_check_nesting (Results 1 – 9 of 9) sorted by relevance
| /freebsd-head/sys/netgraph/ |
| HD | ng_iface.c | 362 error = if_tunnel_check_nesting(ifp, m, NGM_IFACE_COOKIE, in ng_iface_output()
|
| /freebsd-head/sys/net/ |
| HD | if_gif.c | 309 (error = if_tunnel_check_nesting(ifp, m, MTAG_GIF, in gif_transmit()
|
| HD | if_me.c | 573 (error = if_tunnel_check_nesting(ifp, m, MTAG_ME, in me_transmit()
|
| HD | if_var.h | 537 int if_tunnel_check_nesting(if_t, struct mbuf *, uint32_t, int);
|
| HD | if_gre.c | 707 (error = if_tunnel_check_nesting(ifp, m, MTAG_GRE,
|
| HD | if_ovpn.c | 1867 if (__predict_false(if_tunnel_check_nesting(ifp, m, MTAG_OVPN_LOOP, 3))) { in ovpn_transmit_to_peer()
|
| HD | if_vxlan.c | 2772 if (__predict_false(if_tunnel_check_nesting(ifp, m, MTAG_VXLAN_LOOP, in vxlan_transmit()
|
| HD | if.c | 3971 if_tunnel_check_nesting(struct ifnet *ifp, struct mbuf *m, uint32_t cookie, in if_tunnel_check_nesting() function
|
| /freebsd-head/sys/dev/wg/ |
| HD | if_wg.c | 2167 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()
|