Home
last modified time | relevance | path

Searched refs:netif_rx (Results 1 – 25 of 245) sorted by relevance

12345678910

/Linux-v5.4/Documentation/networking/
Dx25-iface.txt78 preserved. Even if a device driver calls netif_rx(skb1) and later
79 netif_rx(skb2), skb2 might be delivered to the network layer
81 - Data passed upstream by means of netif_rx() might be dropped by the
89 Thus, driver authors should make netif_rx() as reliable as possible:
100 return value of netif_rx(). If it returns NET_RX_DROP, the
108 netif_rx() return value to the (lapb module) caller.
111 should only call netif_rx() if netdev_dropping is zero. Otherwise
114 netif_rx() later when netif_dropping is 0 again. In that case, delivery
118 of packet loss in netif_rx() path will be significantly reduced.
/Linux-v5.4/drivers/net/wan/
Dhdlc_x25.c42 netif_rx(skb); in x25_connect_disconnect()
74 return netif_rx(skb); in x25_data_indication()
181 .netif_rx = x25_rx,
Dlapbether.c140 return netif_rx(skb); in lapbeth_data_indication()
224 netif_rx(skb); in lapbeth_connected()
241 netif_rx(skb); in lapbeth_disconnected()
Dx25_asy.c212 netif_rx(skb); in x25_asy_bump()
365 return netif_rx(skb); in x25_asy_data_indication()
415 netif_rx(skb); in x25_asy_connected()
434 netif_rx(skb); in x25_asy_disconnected()
Dhdlc.c56 BUG_ON(!hdlc->proto->netif_rx); in hdlc_rcv()
57 return hdlc->proto->netif_rx(skb); in hdlc_rcv()
/Linux-v5.4/tools/perf/scripts/python/bin/
Dnetdev-times-record3 -e net:netif_receive_skb -e net:netif_rx \
/Linux-v5.4/net/ax25/
Dax25_in.c128 netif_rx(skb); in ax25_rx_iframe()
246 netif_rx(skb); in ax25_rcv()
256 netif_rx(skb); in ax25_rcv()
/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Drx.c154 netif_rx(skb); in lbs_process_rxed_packet()
273 netif_rx(skb); in process_rxed_802_11_packet()
Dtx.c195 netif_rx(priv->currenttxskb); in lbs_send_tx_feedback()
/Linux-v5.4/drivers/net/arcnet/
Dcapmode.c92 netif_rx(skb); in rx()
222 netif_rx(ackskb); in ack_tx()
Darc-rawmode.c78 netif_rx(skb); in rx()
Drfc1051.c157 netif_rx(skb); in rx()
/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_mon.c95 netif_rx(skb); in wilc_wfi_monitor_rx()
188 netif_rx(skb2); in wilc_wfi_mon_xmit()
/Linux-v5.4/drivers/net/wan/lmc/
Dlmc_proto.c127 netif_rx(skb); in lmc_proto_netif()
/Linux-v5.4/include/linux/
Dhdlc.h27 int (*netif_rx)(struct sk_buff *skb); member
/Linux-v5.4/net/core/
Dgro_cells.c23 res = netif_rx(skb); in gro_cells_receive()
/Linux-v5.4/drivers/staging/rtl8188eu/os_dep/
Drecv_linux.c119 netif_rx(skb); in rtw_recv_indicatepkt()
Dmon.c58 netif_rx(skb); in mon_recv_decrypted()
/Linux-v5.4/net/netrom/
Dnr_dev.c60 netif_rx(skb); in nr_rx_ip()
/Linux-v5.4/drivers/staging/rtl8712/
Drecv_linux.c114 netif_rx(skb); in r8712_recv_indicatepkt()
/Linux-v5.4/drivers/net/can/peak_canfd/
Dpeak_canfd.c302 netif_rx(skb); in pucan_handle_can_rx()
396 netif_rx(skb); in pucan_handle_status()
425 netif_rx(skb); in pucan_handle_cache_critical()
/Linux-v5.4/drivers/net/
Dloopback.c92 if (likely(netif_rx(skb) == NET_RX_SUCCESS)) { in loopback_xmit()
/Linux-v5.4/net/ieee802154/6lowpan/
Drx.c27 return netif_rx(skb); in lowpan_give_skb_to_device()
/Linux-v5.4/drivers/staging/isdn/hysdn/
Dhysdn_net.c215 netif_rx(skb); in hysdn_rx_netpkt()
/Linux-v5.4/arch/m68k/emu/
Dnfeth.c122 netif_rx(skb); in recv_packet()

12345678910