Home
last modified time | relevance | path

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

1234567891011

/Linux-v4.19/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-v4.19/drivers/net/wan/
Dhdlc_x25.c45 netif_rx(skb); in x25_connect_disconnect()
77 return netif_rx(skb); in x25_data_indication()
184 .netif_rx = x25_rx,
Dlapbether.c145 return netif_rx(skb); in lapbeth_data_indication()
229 netif_rx(skb); in lapbeth_connected()
246 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.c59 BUG_ON(!hdlc->proto->netif_rx); in hdlc_rcv()
60 return hdlc->proto->netif_rx(skb); in hdlc_rcv()
/Linux-v4.19/drivers/isdn/i4l/
Disdn_x25iface.c199 netif_rx(skb); in isdn_x25iface_receive()
229 netif_rx(skb); in isdn_x25iface_connect_ind()
258 netif_rx(skb); in isdn_x25iface_disconn_ind()
/Linux-v4.19/tools/perf/scripts/python/bin/
Dnetdev-times-record3 -e net:netif_receive_skb -e net:netif_rx \
/Linux-v4.19/net/ax25/
Dax25_in.c131 netif_rx(skb); in ax25_rx_iframe()
249 netif_rx(skb); in ax25_rcv()
259 netif_rx(skb); in ax25_rcv()
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Drx.c153 netif_rx(skb); in lbs_process_rxed_packet()
272 netif_rx(skb); in process_rxed_802_11_packet()
Dtx.c194 netif_rx(priv->currenttxskb); in lbs_send_tx_feedback()
/Linux-v4.19/drivers/staging/wilc1000/
Dlinux_mon.c104 netif_rx(skb); in wilc_wfi_monitor_rx()
197 netif_rx(skb2); in wilc_wfi_mon_xmit()
/Linux-v4.19/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-v4.19/drivers/net/wan/lmc/
Dlmc_proto.c129 netif_rx(skb); in lmc_proto_netif()
/Linux-v4.19/net/core/
Dgro_cells.c18 return netif_rx(skb); in gro_cells_receive()
/Linux-v4.19/include/linux/
Dhdlc.h30 int (*netif_rx)(struct sk_buff *skb); member
/Linux-v4.19/drivers/staging/rtl8712/
Drecv_linux.c128 netif_rx(skb); in r8712_recv_indicatepkt()
/Linux-v4.19/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-v4.19/net/netrom/
Dnr_dev.c63 netif_rx(skb); in nr_rx_ip()
/Linux-v4.19/drivers/net/
Dloopback.c91 if (likely(netif_rx(skb) == NET_RX_SUCCESS)) { in loopback_xmit()
/Linux-v4.19/drivers/net/can/peak_canfd/
Dpeak_canfd.c310 netif_rx(skb); in pucan_handle_can_rx()
404 netif_rx(skb); in pucan_handle_status()
433 netif_rx(skb); in pucan_handle_cache_critical()
/Linux-v4.19/net/ieee802154/6lowpan/
Drx.c35 return netif_rx(skb); in lowpan_give_skb_to_device()
/Linux-v4.19/arch/m68k/emu/
Dnfeth.c126 netif_rx(skb); in recv_packet()

1234567891011