Searched refs:netif_rx (Results 1 – 25 of 245) sorted by relevance
12345678910
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.
42 netif_rx(skb); in x25_connect_disconnect()74 return netif_rx(skb); in x25_data_indication()181 .netif_rx = x25_rx,
140 return netif_rx(skb); in lapbeth_data_indication()224 netif_rx(skb); in lapbeth_connected()241 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()
56 BUG_ON(!hdlc->proto->netif_rx); in hdlc_rcv()57 return hdlc->proto->netif_rx(skb); in hdlc_rcv()
3 -e net:netif_receive_skb -e net:netif_rx \
128 netif_rx(skb); in ax25_rx_iframe()246 netif_rx(skb); in ax25_rcv()256 netif_rx(skb); in ax25_rcv()
154 netif_rx(skb); in lbs_process_rxed_packet()273 netif_rx(skb); in process_rxed_802_11_packet()
195 netif_rx(priv->currenttxskb); in lbs_send_tx_feedback()
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()
95 netif_rx(skb); in wilc_wfi_monitor_rx()188 netif_rx(skb2); in wilc_wfi_mon_xmit()
127 netif_rx(skb); in lmc_proto_netif()
27 int (*netif_rx)(struct sk_buff *skb); member
23 res = netif_rx(skb); in gro_cells_receive()
119 netif_rx(skb); in rtw_recv_indicatepkt()
58 netif_rx(skb); in mon_recv_decrypted()
60 netif_rx(skb); in nr_rx_ip()
114 netif_rx(skb); in r8712_recv_indicatepkt()
302 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()
92 if (likely(netif_rx(skb) == NET_RX_SUCCESS)) { in loopback_xmit()
27 return netif_rx(skb); in lowpan_give_skb_to_device()
215 netif_rx(skb); in hysdn_rx_netpkt()
122 netif_rx(skb); in recv_packet()