Home
last modified time | relevance | path

Searched refs:if_start (Results 1 – 25 of 148) sorted by relevance

123456

/openbsd-src/usr.sbin/ldpd/
H A Dinterface.c33 static int if_start(struct iface *, int);
234 if_start(struct iface *iface, int af) in if_start() function
343 if_start(ia->iface, ia->af); in if_update_af()
/openbsd-src/sys/net/
H A Dif_var.h202 void (*if_start)(struct ifnet *); /* initiate output */
329 void if_start(struct ifnet *);
171 void (*if_start)(struct ifnet *); /* initiate output */ global() member
H A Dif_mpe.c114 ifp->if_start = mpe_start; in mpe_clone_create()
H A Dif_gre.c586 ifp->if_start = gre_start; in gre_clone_create()
658 ifp->if_start = mgre_start; in mgre_clone_create()
710 ifp->if_start = egre_start; in egre_clone_create()
779 ifp->if_start = nvgre_start; in nvgre_clone_create()
845 ifp->if_start = eoip_start; in eoip_clone_create()
H A Dif_mpip.c118 ifp->if_start = mpip_start; in mpip_clone_create()
H A Dif_mpw.c104 ifp->if_start = mpw_start; in mpw_clone_create()
H A Dif_gif.c169 ifp->if_start = gif_start; in gif_clone_create()
H A Dif_etherip.c159 ifp->if_start = etherip_start; in etherip_clone_create()
H A Dif.c641 KASSERTMSG(ifp->if_start == NULL, in if_attach_common()
642 "%s: if_start set with MPSAFE set", ifp->if_xname); in if_attach_common()
694 if_start(struct ifnet *ifp)
711 * (ifp->if_snd) back to the interface and calling if_start. in if_qstart_compat()
716 (*ifp->if_start)(ifp); in if_qstart_compat()
695 if_start(struct ifnet *ifp) if_start() function
H A Dif_bpe.c180 ifp->if_start = bpe_start; in bpe_clone_create()
/openbsd-src/usr.sbin/ospf6d/
H A Dospfe.h133 void if_start(struct ospfd_conf *, struct iface *);
H A Dospf6d.c720 if_start(conf, iface); in merge_config()
745 if_start(conf, iface); in merge_config()
H A Dinterface.c286 if_start(struct ospfd_conf *xconf, struct iface *iface) in if_start() function
/openbsd-src/sys/dev/isa/
H A Dif_el.c174 ifp->if_start = elstart; in elattach()
H A Dif_eg.c403 ifp->if_start = egstart; in egattach()
/openbsd-src/sys/dev/ic/
H A Dxl.c1464 (*ifp->if_start)(ifp); in xl_intr()
2231 (*ifp->if_start)(ifp); in xl_watchdog()
2453 ifp->if_start = xl_start_90xB; in xl_attach()
2455 ifp->if_start = xl_start; in xl_attach()
H A Dlance.c174 ifp->if_start = sc->sc_start; in lance_config()
H A Ddp8390.c113 ifp->if_start = dp8390_start; in dp8390_config()
H A Dlemac.c987 ifp->if_start = lemac_ifstart; in lemac_ifattach()
H A Dsmc91cxx.c233 ifp->if_start = smc91cxx_start; in smc91cxx_attach()
/openbsd-src/sys/net80211/
H A Dieee80211_pae_output.c130 if_start(ifp); in ieee80211_send_eapol_key()
/openbsd-src/sys/arch/armv7/sunxi/
H A Dsxie.c261 ifp->if_start = sxie_start; in sxie_attach()
/openbsd-src/sys/dev/usb/
H A Dif_upl.c257 ifp->if_start = upl_start; in upl_attach()
H A Dif_ugl.c256 ifp->if_start = ugl_start; in ugl_attach()
H A Dif_cdce.c330 ifp->if_start = cdce_start; in cdce_attach()

123456