HomeSort by: relevance | last modified time | path
    Searched refs:if_tunnel_check_nesting (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/net/
if_gif.c 528 return if_tunnel_check_nesting(ifp, m, max_gif_nesting);
if.h 1164 int if_tunnel_check_nesting(struct ifnet *, struct mbuf *, int);
if_l2tp.c 1429 return if_tunnel_check_nesting(ifp, m, max_l2tp_nesting);
if_ipsec.c 611 return if_tunnel_check_nesting(ifp, m, max_ipsec_nesting);
if.c 3078 if_tunnel_check_nesting(struct ifnet *ifp, struct mbuf *m, int limit) function in typeref:typename:int
if_wg.c 4339 error = if_tunnel_check_nesting(ifp, m, 1);

Completed in 23 milliseconds