Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_dead.c133 ifp->if_start = ifdead_start; in if_dead()
H A Difq.h159 void if_start(struct ifnet *);
255 if_start(ifp); \
H A Dif_private.h128 if_start_fn_t if_start; /* initiate output routine */ member
H A Dif_edsc.c136 ifp->if_start = edsc_start; in edsc_clone_create()
H A Dif_epair.c556 ifp->if_start = epair_start; in epair_setup_ifp()
H A Dif.c4073 if_start(struct ifnet *ifp) in if_start() function
4076 (*(ifp)->if_start)(ifp); in if_start()
4119 (*(ifp)->if_start)(ifp); in if_handoff()
4976 ifp->if_start = start_fn; in if_setstartfn()
4982 return (ifp->if_start); in if_getstartfn()
H A Dif_tuntap.c955 ifp->if_start = tunstart_l2; in tuncreate()
963 ifp->if_start = tunstart; in tuncreate()
H A Dif_vlan.c1174 ifp->if_start = vlan_altq_start; in vlan_clone_create()
H A Dif_bridge.c775 ifp->if_start = bridge_altq_start; in bridge_clone_create()
/freebsd/sys/net/altq/
H A Daltq_cbq.c543 if (ifp->if_start && in cbqrestart()
546 (*ifp->if_start)(ifp); in cbqrestart()
H A Daltq_subr.c432 ifp->if_start != NULL) in tbr_timeout()
433 (*ifp->if_start)(ifp); in tbr_timeout()
/freebsd/sys/netpfil/pf/
H A Dif_pflog.c160 ifp->if_start = pflogstart; in pflog_clone_create()
/freebsd/sys/netgraph/
H A Dng_eiface.c407 ifp->if_start = ng_eiface_start; in ng_eiface_constructor()
H A Dng_iface.c544 ifp->if_start = ng_iface_start; in ng_iface_constructor()