| /linux/net/ax25/ |
| H A D | ax25_in.c | 128 netif_rx(skb); in ax25_rx_iframe() 246 netif_rx(skb); in ax25_rcv() 256 netif_rx(skb); in ax25_rcv()
|
| /linux/tools/perf/scripts/python/bin/ |
| H A D | netdev-times-record | 3 -e net:netif_receive_skb -e net:netif_rx \
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | rx.c | 150 netif_rx(skb); in lbs_process_rxed_packet() 265 netif_rx(skb); in process_rxed_802_11_packet()
|
| H A D | tx.c | 196 netif_rx(priv->currenttxskb); in lbs_send_tx_feedback()
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | timestamping.rst | 597 可睡眠上下文时。在这种情况下,DSA驱动程序有责任调用 ``netif_rx()`` 在新鲜时 620 在 plain ``netif_rx()`` 和类似情况下,MAC 驱动程序必须检查是否 621 ``skb_defer_rx_timestamp(skb)`` 是必要的,如果是,则不调用 ``netif_rx()``。
|
| /linux/drivers/net/arcnet/ |
| H A D | capmode.c | 92 netif_rx(skb); in rx() 222 netif_rx(ackskb); in ack_tx()
|
| H A D | arc-rawmode.c | 78 netif_rx(skb); in rx()
|
| H A D | rfc1201.c | 236 netif_rx(skb); in rx() 372 netif_rx(skb); in rx()
|
| H A D | rfc1051.c | 158 netif_rx(skb); in rx()
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | mon.c | 95 netif_rx(skb); in wilc_wfi_monitor_rx() 188 netif_rx(skb2); in wilc_wfi_mon_xmit()
|
| /linux/drivers/net/can/esd/ |
| H A D | esdacc.c | 462 netif_rx(skb); in handle_core_msg_rxtxdone() 521 netif_rx(skb); in handle_core_msg_overrun() 578 netif_rx(skb); in handle_core_msg_buserr() 631 netif_rx(skb); in handle_core_msg_errstatechange()
|
| /linux/drivers/net/wan/ |
| H A D | hdlc.c | 63 BUG_ON(!hdlc->proto->netif_rx); in hdlc_rcv() 64 return hdlc->proto->netif_rx(skb); in hdlc_rcv()
|
| /linux/include/linux/ |
| H A D | hdlc.h | 27 int (*netif_rx)(struct sk_buff *skb); member
|
| /linux/net/netrom/ |
| H A D | nr_dev.c | 60 netif_rx(skb); in nr_rx_ip()
|
| /linux/net/core/ |
| H A D | gro_cells.c | 26 res = netif_rx(skb); in gro_cells_receive()
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| H A D | osdep_service.c | 48 return netif_rx(skb); in _rtw_netif_rx()
|
| /linux/net/dsa/ |
| H A D | tag.c | 102 netif_rx(skb); in dsa_switch_rcv()
|
| /linux/net/openvswitch/ |
| H A D | vport-internal_dev.c | 204 netif_rx(skb); in internal_dev_recv()
|
| /linux/arch/m68k/emu/ |
| H A D | nfeth.c | 122 netif_rx(skb); in recv_packet()
|
| /linux/net/ieee802154/6lowpan/ |
| H A D | rx.c | 27 return netif_rx(skb); in lowpan_give_skb_to_device()
|
| /linux/Documentation/networking/ |
| H A D | x25-iface.rst | 80 call "netif_rx" to deliver the received packets. Instead, it should
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_wwan.c | 252 ret = netif_rx(skb); in ipc_wwan_receive()
|
| /linux/net/phonet/ |
| H A D | pep-gprs.c | 125 netif_rx(skb); in gprs_recv()
|
| /linux/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb_hydra.c | 1013 netif_rx(skb); in kvaser_usb_hydra_update_state() 1138 netif_rx(skb); in kvaser_usb_hydra_error_frame() 1176 netif_rx(skb); in kvaser_usb_hydra_one_shot_fail() 1292 netif_rx(skb); in kvaser_usb_hydra_rx_msg_std() 1372 netif_rx(skb); in kvaser_usb_hydra_rx_msg_ext()
|
| /linux/drivers/net/can/dev/ |
| H A D | skb.c | 157 if (netif_rx(skb) == NET_RX_SUCCESS) in can_get_echo_skb()
|