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

  /src/sys/net/
if_tap.c 189 static void tap_start(struct ifnet *);
332 ifp->if_start = tap_start;
439 tap_start(struct ifnet *ifp) function in typeref:typename:void
551 tap_start(ifp);
796 /* Let tap_start handle packets again */
if_tap.c 189 static void tap_start(struct ifnet *);
332 ifp->if_start = tap_start;
439 tap_start(struct ifnet *ifp) function in typeref:typename:void
551 tap_start(ifp);
796 /* Let tap_start handle packets again */
if_tap.c 189 static void tap_start(struct ifnet *);
332 ifp->if_start = tap_start;
439 tap_start(struct ifnet *ifp) function in typeref:typename:void
551 tap_start(ifp);
796 /* Let tap_start handle packets again */

Completed in 31 milliseconds