| /freebsd-14.2/sys/net/ |
| H A D | if_dead.c | 133 ifp->if_input = ifdead_input; in if_dead()
|
| H A D | if_private.h | 125 if_input_fn_t if_input; /* input routine (from h/w driver) */ member
|
| H A D | debugnet.c | 657 ifp->if_input = pcb->dp_drv_input; in debugnet_free() 787 pcb->dp_drv_input = ifp->if_input; in debugnet_connect() 788 ifp->if_input = debugnet_input; in debugnet_connect()
|
| H A D | if_infiniband.c | 616 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() 1781 ifp->if_input = p->if_input; in vlan_config()
|
| H A D | if.c | 861 if (ifp->if_input == NULL) in if_attach_internal() 862 ifp->if_input = if_input_default; in if_attach_internal() 4839 if_input(if_t ifp, struct mbuf* sendmp) in if_input() function 4841 (*ifp->if_input)(ifp, sendmp); in if_input() 4969 ifp->if_input = input_fn; in if_setinputfn() 4975 return (ifp->if_input); in if_getinputfn()
|
| H A D | if_bridge.c | 797 sc->sc_if_input = ifp->if_input; /* ether_input */ in bridge_clone_create() 798 ifp->if_input = bridge_inject; in bridge_clone_create() 2402 ifp->if_input(ifp, m); in bridge_forward() 2644 (ifp)->if_input(ifp, m); \ in bridge_input()
|
| /freebsd-14.2/sys/dev/dpaa/ |
| H A D | if_dtsec_im.c | 78 if_input(sc->sc_ifnet, m); in dtsec_im_fm_port_rx_callback()
|
| H A D | if_dtsec_rm.c | 386 if_input(sc->sc_ifnet, m); in dtsec_rm_fqr_rx_callback()
|
| /freebsd-14.2/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-14.2/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_rx.c | 597 if_input(rq->ifp, mb); in mlx5e_poll_rx_cq() 633 if_input(rq->ifp, mb); in mlx5e_rx_cq_comp()
|
| /freebsd-14.2/sys/dev/qlxge/ |
| H A D | qls_isr.c | 209 if_input(ifp, mp); in qls_rx_comp()
|
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_lro.c | 861 (*lc->ifp->if_input)(lc->ifp, le->m_head); in tcp_flush_out_entry() 1252 (*lc->ifp->if_input)(lc->ifp, mb); in tcp_lro_flush_all() 1474 (*lc->ifp->if_input) (lc->ifp, mb); in tcp_lro_queue_mbuf()
|
| /freebsd-14.2/sys/dev/qlxgb/ |
| H A D | qla_isr.c | 146 if_input(ifp, mp); in qla_rx_intr()
|
| /freebsd-14.2/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-14.2/sys/netgraph/ |
| H A D | ng_eiface.c | 597 (*ifp->if_input)(ifp, m); in ng_eiface_rcvdata()
|
| /freebsd-14.2/sys/dev/beri/virtio/network/ |
| H A D | if_vtbe.c | 429 if_input(ifp, m); in vtbe_proc_rx()
|
| /freebsd-14.2/sys/dev/le/ |
| H A D | am79900.c | 333 if_input(ifp, m); in am79900_rint()
|
| H A D | am7990.c | 296 if_input(ifp, m); in am7990_rint()
|
| /freebsd-14.2/sys/dev/ntb/if_ntb/ |
| H A D | if_ntb.c | 467 if_input(ifp, m); in ntb_net_rx_handler()
|
| /freebsd-14.2/sys/dev/usb/net/ |
| H A D | usb_ethernet.c | 651 if_input(ifp, m); in uether_rxflush()
|
| /freebsd-14.2/sys/powerpc/pseries/ |
| H A D | phyp_llan.c | 411 if_input(sc->ifp, m); in llan_intr()
|
| /freebsd-14.2/sys/dev/liquidio/ |
| H A D | lio_core.c | 384 if_input(ifp, mbuf); in lio_push_packet()
|
| /freebsd-14.2/sys/dev/firewire/ |
| H A D | if_fwe.c | 602 if_input(ifp, m); in fwe_as_input()
|
| /freebsd-14.2/sys/dev/gve/ |
| H A D | gve_rx.c | 578 if_input(ifp, mbuf); in gve_rx()
|