| /freebsd/sys/net/ |
| H A D | if_dead.c | 132 ifp->if_input = ifdead_input; in if_dead()
|
| H A D | if_private.h | 123 if_input_fn_t if_input; /* input routine (from h/w driver) */ member
|
| H A D | bpf_ifnet.c | 168 (void)ifp->if_input(ifp, mc); in bpf_ifnet_write()
|
| H A D | debugnet.c | 653 ifp->if_input = pcb->dp_drv_input; in debugnet_free() 783 pcb->dp_drv_input = ifp->if_input; in debugnet_connect() 784 ifp->if_input = debugnet_input; in debugnet_connect()
|
| H A D | if.c | 844 if (ifp->if_input == NULL) in if_attach_internal() 845 ifp->if_input = if_input_default; in if_attach_internal() 4730 if_input(if_t ifp, struct mbuf* sendmp) in if_input() function 4732 (*ifp->if_input)(ifp, sendmp); in if_input() 4848 ifp->if_input = input_fn; in if_setinputfn() 4854 return (ifp->if_input); in if_getinputfn()
|
| H A D | if_infiniband.c | 662 ifp->if_input = infiniband_input; in infiniband_ifattach()
|
| H A D | if_vlan.c | 1649 (*ifv->ifv_ifp->if_input)(ifv->ifv_ifp, m); in vlan_input() 1783 ifp->if_input = p->if_input; in vlan_config()
|
| /freebsd/sys/dev/dpaa/ |
| H A D | if_dtsec_im.c | 77 if_input(sc->sc_ifnet, m); in dtsec_im_fm_port_rx_callback()
|
| H A D | if_dtsec_rm.c | 385 if_input(sc->sc_ifnet, m); in dtsec_rm_fqr_rx_callback()
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_freebsd.c | 298 NA(ifp)->if_input(ifp, m); in nm_os_send_up() 334 NA(ifp)->if_input(ifp, m); in freebsd_generic_rx_handler() 357 if_setinputfn(ifp, na->if_input); in nm_os_catch_rx()
|
| /freebsd/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_rx.c | 646 if_input(rq->ifp, mb); in mlx5e_poll_rx_cq() 682 if_input(rq->ifp, mb); in mlx5e_rx_cq_comp()
|
| /freebsd/sys/dev/qlxge/ |
| H A D | qls_isr.c | 209 if_input(ifp, mp); in qls_rx_comp()
|
| /freebsd/sys/dev/qcom_ess_edma/ |
| H A D | qcom_ess_edma_gmac.c | 457 if_input(ifp, m); in qcom_ess_edma_gmac_receive_frames()
|
| /freebsd/sys/netinet/ |
| H A D | tcp_lro.c | 860 (*lc->ifp->if_input)(lc->ifp, le->m_head); in tcp_flush_out_entry() 1251 (*lc->ifp->if_input)(lc->ifp, mb); in tcp_lro_flush_all() 1462 (*lc->ifp->if_input) (lc->ifp, mb); in tcp_lro_queue_mbuf()
|
| /freebsd/sys/dev/qlxgb/ |
| H A D | qla_isr.c | 146 if_input(ifp, mp); in qla_rx_intr()
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_radiotap.c | 438 (void)ifp->if_input(ifp, mc); in bpf_ieee80211_write()
|
| /freebsd/sys/dev/qlxgbe/ |
| H A D | ql_isr.c | 173 if_input(ifp, mpf); in qla_rx_intr() 345 if_input(ifp, mpf); in qla_lro_intr()
|
| /freebsd/sys/dev/le/ |
| H A D | am79900.c | 328 if_input(ifp, m); in am79900_rint()
|
| H A D | am7990.c | 293 if_input(ifp, m); in am7990_rint()
|
| /freebsd/sys/dev/ntb/if_ntb/ |
| H A D | if_ntb.c | 466 if_input(ifp, m); in ntb_net_rx_handler()
|
| /freebsd/sys/netgraph/ |
| H A D | ng_eiface.c | 599 (*ifp->if_input)(ifp, m); in ng_eiface_rcvdata()
|
| /freebsd/sys/powerpc/pseries/ |
| H A D | phyp_llan.c | 410 if_input(sc->ifp, m); in llan_intr()
|
| /freebsd/sys/dev/usb/net/ |
| H A D | usb_ethernet.c | 655 if_input(ifp, m); in uether_rxflush()
|
| /freebsd/sys/dev/liquidio/ |
| H A D | lio_core.c | 384 if_input(ifp, mbuf); in lio_push_packet()
|
| /freebsd/sys/dev/firewire/ |
| H A D | if_fwe.c | 602 if_input(ifp, m); in fwe_as_input()
|