| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | x25-iface.rst | 84 preserved. Even if a device driver calls netif_rx(skb1) and later 85 netif_rx(skb2), skb2 might be delivered to the network layer 87 - Data passed upstream by means of netif_rx() might be dropped by the 95 Thus, driver authors should make netif_rx() as reliable as possible: 106 return value of netif_rx(). If it returns NET_RX_DROP, the 114 netif_rx() return value to the (lapb module) caller. 117 should only call netif_rx() if netdev_dropping is zero. Otherwise 120 netif_rx() later when netif_dropping is 0 again. In that case, delivery 124 of packet loss in netif_rx() path will be significantly reduced.
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | hdlc_x25.c | 53 netif_rx(skb); in x25_connect_disconnect() 88 return netif_rx(skb); in x25_data_indication() 267 .netif_rx = x25_rx,
|
| H A D | lapbether.c | 148 return netif_rx(skb); in lapbeth_data_indication() 239 netif_rx(skb); in lapbeth_connected() 256 netif_rx(skb); in lapbeth_disconnected()
|
| H A D | hdlc.c | 64 BUG_ON(!hdlc->proto->netif_rx); in hdlc_rcv() 65 return hdlc->proto->netif_rx(skb); in hdlc_rcv()
|
| H A D | x25_asy.c | 377 return netif_rx(skb); in x25_asy_data_indication() 427 netif_rx(skb); in x25_asy_connected() 446 netif_rx(skb); in x25_asy_disconnected()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/bin/ |
| H A D | netdev-times-record | 3 -e net:netif_receive_skb -e net:netif_rx \
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | net-traces.c | 65 EXPORT_TRACEPOINT_SYMBOL_GPL(netif_rx);
|
| H A D | gro_cells.c | 23 res = netif_rx(skb); in gro_cells_receive()
|
| /OK3568_Linux_fs/kernel/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 | 235 netif_rx(skb); in rx() 371 netif_rx(skb); in rx()
|
| H A D | rfc1051.c | 157 netif_rx(skb); in rx()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/lmc/ |
| H A D | lmc_proto.c | 108 netif_rx(skb); in lmc_proto_netif()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hdlc.h | 27 int (*netif_rx)(struct sk_buff *skb); member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | recv_linux.c | 114 netif_rx(skb); in r8712_recv_indicatepkt()
|
| /OK3568_Linux_fs/kernel/net/netrom/ |
| H A D | nr_dev.c | 60 netif_rx(skb); in nr_rx_ip()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/ |
| H A D | recv_linux.c | 119 netif_rx(skb); in rtw_recv_indicatepkt()
|
| H A D | mon.c | 58 netif_rx(skb); in mon_recv_decrypted()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | tx.c | 195 netif_rx(priv->currenttxskb); in lbs_send_tx_feedback()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | loopback.c | 88 if (likely(netif_rx(skb) == NET_RX_SUCCESS)) in loopback_xmit()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/ |
| H A D | osdep_service.c | 53 return netif_rx(skb); in _rtw_netif_rx()
|
| /OK3568_Linux_fs/kernel/arch/m68k/emu/ |
| H A D | nfeth.c | 122 netif_rx(skb); in recv_packet()
|
| /OK3568_Linux_fs/kernel/net/ieee802154/6lowpan/ |
| H A D | rx.c | 27 return netif_rx(skb); in lowpan_give_skb_to_device()
|