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

/xnu-2422.115.4/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.h1027 extern int if_clone_attach(struct if_clone *);
H A Dpktap.c201 error = if_clone_attach(&pktap_cloner);
203 panic("%s: if_clone_attach() failed, error %d\n", __func__, error);
H A Dif_vlan.c932 error = if_clone_attach(&vlan_cloner);
H A Dkpi_interface.c2403 error = if_clone_attach(ifc);
2405 printf("%s: if_clone_attach failed %d\n", __func__, error);
H A Dif.c607 if_clone_attach(struct if_clone *ifc) function
H A Dif_bond.c1084 if ((error = if_clone_attach(&bond_cloner)) != 0)

Completed in 99 milliseconds