Searched refs:gif_clone_destroy (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_gif.c160 static int gif_clone_destroy(struct ifnet *);
263 ifnet_clone_params.ifc_destroy = gif_clone_destroy;
390 gif_clone_destroy(struct ifnet *ifp) function
403 KASSERT(err == 0, ("gif_clone_destroy: Unexpected error detaching encap_cookie6"));
409 KASSERT(err == 0, ("gif_clone_destroy: Unexpected error detaching encap_cookie4"));
414 printf("gif_clone_destroy: ifnet_set_flags failed %d\n", err);
419 panic("gif_clone_destroy: ifnet_detach(%p) failed %d\n", ifp, err);

Completed in 17 milliseconds