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

  /src/sys/net/
if_tap.c 207 struct if_clone tap_cloners = IF_CLONE_INITIALIZER("tap", variable in typeref:struct:if_clone
250 if_clone_attach(&tap_cloners);
259 if_clone_detach(&tap_cloners);
262 if_clone_attach(&tap_cloners);
273 if_clone_attach(&tap_cloners);
if_tap.c 207 struct if_clone tap_cloners = IF_CLONE_INITIALIZER("tap", variable in typeref:struct:if_clone
250 if_clone_attach(&tap_cloners);
259 if_clone_detach(&tap_cloners);
262 if_clone_attach(&tap_cloners);
273 if_clone_attach(&tap_cloners);

Completed in 168 milliseconds