Home
last modified time | relevance | path

Searched refs:if_alloc (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_bpf.c97 ifp = if_alloc(IFT_PFLOG); in ipfw_clone_create()
121 ifp = if_alloc(IFT_PFLOG); in ipfwlog_clone_create()
/freebsd/sys/net/
H A Dif_edsc.c104 ifp = sc->sc_ifp = if_alloc(IFT_ETHER); in edsc_clone_create()
H A Dif_disc.c87 ifp = sc->sc_ifp = if_alloc(IFT_LOOP); in disc_clone_create()
H A Dif_loop.c125 ifp = if_alloc(IFT_LOOP); in lo_clone_create()
H A Dif_enc.c169 ifp = sc->sc_ifp = if_alloc(IFT_ENC); in enc_clone_create()
H A Dif_gif.c144 GIF2IFP(sc) = if_alloc(IFT_GIF); in gif_clone_create()
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_phy.c202 sc->sc_phys.ifp[phy] = if_alloc(IFT_ETHER); in ar40xx_attach_phys()
/freebsd/sys/netpfil/pf/
H A Dif_pflog.c155 ifp = if_alloc(IFT_PFLOG); in pflog_clone_create()
/freebsd/sys/dev/iicbus/
H A Dif_ic.c164 ifp = sc->ic_ifp = if_alloc(IFT_PARA); in icattach()
/freebsd/sys/dev/vnic/
H A Dthunder_mdio.c455 pd->ifp = if_alloc(IFT_ETHER); in thunder_mdio_phy_connect()
/freebsd/sys/dev/qcom_ess_edma/
H A Dqcom_ess_edma_gmac.c342 gmac->ifp = if_alloc(IFT_ETHER); in qcom_ess_edma_gmac_create_ifnet()
/freebsd/sys/dev/usb/
H A Dusb_pf.c197 ifp = ubus->ifp = if_alloc(IFT_USB); in usbpf_clone_create()
/freebsd/sys/dev/cxgbe/
H A Dt4_tracer.c169 ifp = if_alloc(IFT_ETHER); in t4_cloner_create()
/freebsd/sys/netgraph/
H A Dng_eiface.c391 ifp = priv->ifp = if_alloc(IFT_ETHER); in ng_eiface_constructor()
H A Dng_iface.c526 ifp = if_alloc(IFT_PROPVIRTUAL); in ng_iface_constructor()
/freebsd/sys/powerpc/pseries/
H A Dphyp_llan.c223 sc->ifp = if_alloc(IFT_ETHER); in llan_attach()
/freebsd/sys/dev/dwc/
H A Dif_dwc.c600 sc->ifp = ifp = if_alloc(IFT_ETHER); in dwc_attach()
/freebsd/sys/dev/etherswitch/ip17x/
H A Dip17x.c174 sc->ifp[port] = if_alloc(IFT_ETHER); in ip17x_attach_phys()
/freebsd/sys/dev/usb/net/
H A Dusb_ethernet.c222 ifp = if_alloc(IFT_ETHER); in ue_attach_post_task()
/freebsd/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c126 sc->ifp[port] = if_alloc(IFT_ETHER); in ukswitch_attach_phys()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c390 sc->prv.netdev = ifp = if_alloc(IFT_ETHER); in axgbe_attach()
/freebsd/sys/dev/dpaa/
H A Dif_dtsec.c710 ifp = sc->sc_ifnet = if_alloc(IFT_ETHER); in dtsec_attach()
/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c123 sc->ifp[phy] = if_alloc(IFT_ETHER); in mtkswitch_attach_phys()
/freebsd/sys/dev/firewire/
H A Dif_fwe.c180 ifp = fwe->eth_softc.ifp = if_alloc(IFT_ETHER); in fwe_attach()
/freebsd/sys/dev/ppbus/
H A Dif_plip.c251 ifp = lp->sc_ifp = if_alloc(IFT_PARA); in lp_attach()

12345