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

  /src/sys/net/
if_tun.c 77 static int tun_clone_destroy(struct ifnet *);
80 IF_CLONE_INITIALIZER("tun", tun_clone_create, tun_clone_destroy);
307 tun_clone_destroy(struct ifnet *ifp) function in typeref:typename:int
if_tun.c 77 static int tun_clone_destroy(struct ifnet *);
80 IF_CLONE_INITIALIZER("tun", tun_clone_create, tun_clone_destroy);
307 tun_clone_destroy(struct ifnet *ifp) function in typeref:typename:int

Completed in 23 milliseconds