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

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_pflog.c132 (void) if_clone_attach(&pflog_cloner);
H A Diptap.c142 error = if_clone_attach(&iptap_cloner);
144 panic("%s: if_clone_attach() failed, error %d\n", __func__, error);
H A Dif_var.h1064 extern int if_clone_attach(struct if_clone *);
H A Dpktap.c200 error = if_clone_attach(&pktap_cloner);
202 panic("%s: if_clone_attach() failed, error %d\n",
H A Dif_vlan.c962 error = if_clone_attach(&vlan_cloner);
H A Dkpi_interface.c2446 error = if_clone_attach(ifc);
2448 printf("%s: if_clone_attach failed %d\n", __func__, error);
H A Dif.c609 if_clone_attach(struct if_clone *ifc) function
H A Dif_bond.c1050 if ((error = if_clone_attach(&bond_cloner)) != 0)

Completed in 286 milliseconds