Home
last modified time | relevance | path

Searched refs:if_input (Results 1 – 25 of 119) sorted by relevance

12345

/openbsd/sys/net/
H A Dif_var.h163 void (*if_input)(struct ifnet *, struct mbuf *); member
324 void if_input(struct ifnet *, struct mbuf_list *);
H A Dif_loop.c184 ifp->if_input = loinput; in loop_clone_create()
H A Dif_trunk.c385 tp->tp_input = ifp->if_input; in trunk_port_create()
388 ifp->if_input = trunk_input; in trunk_port_create()
420 ifp->if_input = tp->tp_input; in trunk_port_destroy()
672 tp->tp_if->if_input = tp->tp_input; in trunk_ioctl()
690 tp->tp_if->if_input = trunk_input; in trunk_ioctl()
H A Dif_pair.c186 if_input(pairedifp, &ml); in pairstart()
H A Dif_sec.c143 ifp->if_input = p2p_input; in sec_clone_create()
H A Dif_mpe.c112 ifp->if_input = p2p_input; in mpe_clone_create()
H A Dif_mpip.c116 ifp->if_input = p2p_input; in mpip_clone_create()
H A Dif_gif.c168 ifp->if_input = p2p_input; in gif_clone_create()
H A Dif.c776 if_input(struct ifnet *ifp, struct mbuf_list *ml) in if_input() function
1002 (*ifp->if_input)(ifp, m); in if_input_process()
1034 (*ifp->if_input)(ifp, m); in if_vinput()
H A Dif_aggr.c1167 p->p_input = ifp0->if_input; in aggr_add_port()
1240 ifp0->if_input = aggr_input; in aggr_add_port()
1466 ifp0->if_input = p->p_input; in aggr_p_dtor()
/openbsd/sys/dev/isa/
H A Dif_el.c495 if_input(ifp, &ml); in elread()
H A Dif_eg.c671 if_input(ifp, &ml); in egread()
/openbsd/sys/dev/ic/
H A Dam7990.c290 if_input(ifp, &ml); in am7990_rint()
H A Dam79900.c320 if_input(ifp, &ml); in am79900_rint()
H A Dlemac.c339 if_input(ifp, &ml); in lemac_rne_intr()
H A Ddp8390.c606 if_input(ifp, &ml); in dp8390_rint()
H A Dsmc91cxx.c983 if_input(ifp, &ml); in smc91cxx_read()
/openbsd/sys/arch/armv7/sunxi/
H A Dsxie.c635 if_input(ifp, &ml); in sxie_recv()
/openbsd/sys/net80211/
H A Dieee80211_input.c717 if_input(ifp, &ml); in ieee80211_input()
1003 if_input(&ic->ic_if, &ml); in ieee80211_input_ba_gap_timeout()
2891 if_input(&ic->ic_if, &ml); in ieee80211_recv_addba_req()
3501 if_input(&ic->ic_if, &ml); in ieee80211_bar_tid()
/openbsd/sys/arch/sparc64/dev/
H A Dvnet.c762 if_input(ifp, &ml); in vnet_rx_vio_desc_data()
870 if_input(ifp, &ml); in vnet_rx_vio_dring_data()
/openbsd/sys/dev/usb/
H A Dif_ugl.c477 if_input(ifp, &ml); in ugl_rxeof()
H A Dif_upl.c458 if_input(ifp, &ml); in upl_rxeof()
H A Dif_bwfm_usb.c481 if_input(ifp, &ml); in bwfm_usb_rxeof()
H A Dif_cdce.c760 if_input(ifp, &ml); in cdce_rxeof()
/openbsd/sys/arch/macppc/dev/
H A Dif_bm.c562 if_input(ifp, &ml); in bmac_rint()

12345