HomeSort by: relevance | last modified time | path
    Searched defs:gif_check_nesting (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
if_gif.c 122 static int gif_check_nesting(struct ifnet *, struct mbuf *);
525 gif_check_nesting(struct ifnet *ifp, struct mbuf *m) function in typeref:typename:int
542 if ((error = gif_check_nesting(ifp, m)) != 0) {
if_gif.c 122 static int gif_check_nesting(struct ifnet *, struct mbuf *);
525 gif_check_nesting(struct ifnet *ifp, struct mbuf *m) function in typeref:typename:int
542 if ((error = gif_check_nesting(ifp, m)) != 0) {
if_gif.c 122 static int gif_check_nesting(struct ifnet *, struct mbuf *);
525 gif_check_nesting(struct ifnet *ifp, struct mbuf *m) function in typeref:typename:int
542 if ((error = gif_check_nesting(ifp, m)) != 0) {

Completed in 58 milliseconds