/openbsd/sys/net/ |
H A D | if_var.h | 194 void (*if_input)(struct ifnet *, struct mbuf *); member 332 void if_input(struct ifnet *, struct mbuf_list *);
|
H A D | if_rport.c | 119 ifp->if_input = rport_input; in rport_clone_create() 332 if (ifp0->if_input != rport_input) { in rport_set_parent()
|
H A D | if_loop.c | 184 ifp->if_input = loinput; in loop_clone_create()
|
H A D | if_trunk.c | 385 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 D | if_pair.c | 186 if_input(pairedifp, &ml); in pairstart()
|
H A D | if_sec.c | 143 ifp->if_input = p2p_input; in sec_clone_create()
|
H A D | if_mpe.c | 112 ifp->if_input = p2p_input; in mpe_clone_create()
|
H A D | if_mpip.c | 116 ifp->if_input = p2p_input; in mpip_clone_create()
|
H A D | if_gif.c | 168 ifp->if_input = p2p_input; in gif_clone_create()
|
H A D | if_aggr.c | 1190 p->p_input = ifp0->if_input; in aggr_add_port() 1263 ifp0->if_input = aggr_input; in aggr_add_port() 1489 ifp0->if_input = p->p_input; in aggr_p_dtor()
|
H A D | if.c | 775 if_input(struct ifnet *ifp, struct mbuf_list *ml) in if_input() function 1001 (*ifp->if_input)(ifp, m); in if_input_process() 1033 (*ifp->if_input)(ifp, m); in if_vinput()
|
/openbsd/sys/dev/isa/ |
H A D | if_el.c | 495 if_input(ifp, &ml); in elread()
|
H A D | if_eg.c | 671 if_input(ifp, &ml); in egread()
|
/openbsd/sys/dev/ic/ |
H A D | am7990.c | 290 if_input(ifp, &ml); in am7990_rint()
|
H A D | am79900.c | 320 if_input(ifp, &ml); in am79900_rint()
|
H A D | lemac.c | 339 if_input(ifp, &ml); in lemac_rne_intr()
|
H A D | dp8390.c | 606 if_input(ifp, &ml); in dp8390_rint()
|
H A D | smc91cxx.c | 983 if_input(ifp, &ml); in smc91cxx_read()
|
/openbsd/sys/arch/armv7/sunxi/ |
H A D | sxie.c | 635 if_input(ifp, &ml); in sxie_recv()
|
/openbsd/sys/net80211/ |
H A D | ieee80211_input.c | 719 if_input(ifp, &ml); in ieee80211_input() 1005 if_input(&ic->ic_if, &ml); in ieee80211_input_ba_gap_timeout() 2893 if_input(&ic->ic_if, &ml); in ieee80211_recv_addba_req() 3503 if_input(&ic->ic_if, &ml); in ieee80211_bar_tid()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | vnet.c | 762 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 D | if_ugl.c | 474 if_input(ifp, &ml); in ugl_rxeof()
|
H A D | if_upl.c | 455 if_input(ifp, &ml); in upl_rxeof()
|
H A D | if_bwfm_usb.c | 471 if_input(ifp, &ml); in bwfm_usb_rxeof()
|
H A D | if_cdce.c | 758 if_input(ifp, &ml); in cdce_rxeof()
|