Home
last modified time | relevance | path

Searched refs:if_clone_attach (Results 1 – 13 of 13) sorted by relevance

/xnu-8020.140.41/bsd/net/
H A Dif_pflog.c134 (void) if_clone_attach(&pflog_cloner); in pfloginit()
H A Diptap.c145 error = if_clone_attach(&iptap_cloner); in iptap_init()
H A Dif_headless.c1494 error = if_clone_attach(&headless_zero_cloner); in if_headless_init()
1498 error = if_clone_attach(&headless_null_cloner); in if_headless_init()
H A Dif_gif.c271 result = if_clone_attach(&gif_cloner); in gif_init()
H A Dif_6lowpan.c306 error = if_clone_attach(&sixlowpan_cloner); in sixlowpan_clone_attach()
H A Dif_vlan.c909 return if_clone_attach(&vlan_cloner); in vlan_clone_attach()
H A Dpktap.c208 error = if_clone_attach(&pktap_cloner); in pktap_init()
H A Dif_var.h1808 extern int if_clone_attach(struct if_clone *);
H A Dif_fake.c3514 error = if_clone_attach(&feth_cloner); in if_fake_init()
H A Dkpi_interface.c2878 error = if_clone_attach(ifc); in ifnet_clone_attach()
H A Dif_bond.c1130 if ((error = if_clone_attach(&bond_cloner)) != 0) { in bond_clone_attach()
H A Dif.c704 if_clone_attach(struct if_clone *ifc) in if_clone_attach() function
H A Dif_bridge.c1397 error = if_clone_attach(&bridge_cloner); in bridgeattach()