Searched refs:netif_rx (Results 1 – 25 of 243) sorted by relevance
12345678910
84 preserved. Even if a device driver calls netif_rx(skb1) and later85 netif_rx(skb2), skb2 might be delivered to the network layer87 - Data passed upstream by means of netif_rx() might be dropped by the95 Thus, driver authors should make netif_rx() as reliable as possible:106 return value of netif_rx(). If it returns NET_RX_DROP, the114 netif_rx() return value to the (lapb module) caller.117 should only call netif_rx() if netdev_dropping is zero. Otherwise120 netif_rx() later when netif_dropping is 0 again. In that case, delivery124 of packet loss in netif_rx() path will be significantly reduced.
51 netif_rx(skb); in x25_connect_disconnect()86 return netif_rx(skb); in x25_data_indication()229 .netif_rx = x25_rx,
142 return netif_rx(skb); in lapbeth_data_indication()234 netif_rx(skb); in lapbeth_connected()251 netif_rx(skb); in lapbeth_disconnected()
64 BUG_ON(!hdlc->proto->netif_rx); in hdlc_rcv()65 return hdlc->proto->netif_rx(skb); in hdlc_rcv()
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()
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()
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()
235 netif_rx(skb); in rx()371 netif_rx(skb); in rx()
108 netif_rx(skb); in lmc_proto_netif()
95 netif_rx(skb); in wilc_wfi_monitor_rx()188 netif_rx(skb2); in wilc_wfi_mon_xmit()
27 int (*netif_rx)(struct sk_buff *skb); member
23 res = netif_rx(skb); in gro_cells_receive()
114 netif_rx(skb); in r8712_recv_indicatepkt()
60 netif_rx(skb); in nr_rx_ip()
119 netif_rx(skb); in rtw_recv_indicatepkt()
58 netif_rx(skb); in mon_recv_decrypted()
195 netif_rx(priv->currenttxskb); in lbs_send_tx_feedback()
53 return netif_rx(skb); in _rtw_netif_rx()
88 if (likely(netif_rx(skb) == NET_RX_SUCCESS)) in loopback_xmit()
122 netif_rx(skb); in recv_packet()
27 return netif_rx(skb); in lowpan_give_skb_to_device()
226 netif_rx(skb); in internal_dev_recv()