Searched refs:netif_rx (Results 1 – 25 of 253) sorted by relevance
1234567891011
78 preserved. Even if a device driver calls netif_rx(skb1) and later79 netif_rx(skb2), skb2 might be delivered to the network layer81 - Data passed upstream by means of netif_rx() might be dropped by the89 Thus, driver authors should make netif_rx() as reliable as possible:100 return value of netif_rx(). If it returns NET_RX_DROP, the108 netif_rx() return value to the (lapb module) caller.111 should only call netif_rx() if netdev_dropping is zero. Otherwise114 netif_rx() later when netif_dropping is 0 again. In that case, delivery118 of packet loss in netif_rx() path will be significantly reduced.
45 netif_rx(skb); in x25_connect_disconnect()77 return netif_rx(skb); in x25_data_indication()184 .netif_rx = x25_rx,
145 return netif_rx(skb); in lapbeth_data_indication()229 netif_rx(skb); in lapbeth_connected()246 netif_rx(skb); in lapbeth_disconnected()
212 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()
59 BUG_ON(!hdlc->proto->netif_rx); in hdlc_rcv()60 return hdlc->proto->netif_rx(skb); in hdlc_rcv()
199 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()
3 -e net:netif_receive_skb -e net:netif_rx \
131 netif_rx(skb); in ax25_rx_iframe()249 netif_rx(skb); in ax25_rcv()259 netif_rx(skb); in ax25_rcv()
153 netif_rx(skb); in lbs_process_rxed_packet()272 netif_rx(skb); in process_rxed_802_11_packet()
194 netif_rx(priv->currenttxskb); in lbs_send_tx_feedback()
104 netif_rx(skb); in wilc_wfi_monitor_rx()197 netif_rx(skb2); in wilc_wfi_mon_xmit()
92 netif_rx(skb); in rx()222 netif_rx(ackskb); in ack_tx()
78 netif_rx(skb); in rx()
157 netif_rx(skb); in rx()
129 netif_rx(skb); in lmc_proto_netif()
18 return netif_rx(skb); in gro_cells_receive()
30 int (*netif_rx)(struct sk_buff *skb); member
128 netif_rx(skb); in r8712_recv_indicatepkt()
119 netif_rx(skb); in rtw_recv_indicatepkt()
58 netif_rx(skb); in mon_recv_decrypted()
63 netif_rx(skb); in nr_rx_ip()
91 if (likely(netif_rx(skb) == NET_RX_SUCCESS)) { in loopback_xmit()
310 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()
35 return netif_rx(skb); in lowpan_give_skb_to_device()
126 netif_rx(skb); in recv_packet()