Searched refs:netif_rx (Results 1 – 25 of 248) 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 mopdule) 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.
47 netif_rx(skb); in x25_connect_disconnect()79 return netif_rx(skb); in x25_data_indication()204 hdlc->netif_rx = x25_rx; in hdlc_x25_ioctl()
60 if (hdlc->netif_rx) in hdlc_rcv()61 hdlc->netif_rx(skb); in hdlc_rcv()
174 return netif_rx(skb); in lapbeth_data_indication()268 netif_rx(skb); in lapbeth_connected()290 netif_rx(skb); in lapbeth_disconnected()
80 hdlc->netif_rx = NULL; in hdlc_raw_ioctl()
252 netif_rx(skb); in x25_asy_bump()400 return netif_rx(skb); in x25_asy_data_indication()451 netif_rx(skb); in x25_asy_connected()473 netif_rx(skb); in x25_asy_disconnected()
104 hdlc->netif_rx = NULL; in hdlc_ppp_ioctl()
94 hdlc->netif_rx = NULL; in hdlc_raw_eth_ioctl()
313 netif_rx(skb); in comxlapb_connected()353 netif_rx(skb); in comxlapb_disconnected()
277 netif_rx(skb); in sppp_input()286 netif_rx(skb); in sppp_input()313 netif_rx(skb); in sppp_input()319 netif_rx(skb); in sppp_input()
204 netif_rx(skb); in isdn_x25iface_receive()235 netif_rx(skb); in isdn_x25iface_connect_ind()267 netif_rx(skb); in isdn_x25iface_disconn_ind()
95 netif_rx(skb); in loopback_xmit()
243 netif_rx(skb); in vlan_skb_recv()272 netif_rx(skb); in vlan_skb_recv()295 netif_rx(skb); in vlan_skb_recv()
27 netif_rx(skb); in br_pass_frame_up_finish()
131 netif_rx(skb); in rx()
165 netif_rx(skb); in rx()
237 netif_rx(skb); in rx()373 netif_rx(skb); in rx()
258 netif_rx(skb); in lmc_proto_netif()
115 void (*netif_rx)(struct sk_buff *skb); member
187 return (polling ? netif_receive_skb(skb) : netif_rx(skb)); in __vlan_hwaccel_rx()
615 extern int netif_rx(struct sk_buff *skb);632 int err = netif_rx(skb); in netif_rx_ni()
256 netif_rx(skb); /* Eat it! */ in irlan_eth_receive()
237 netif_rx(skb); in hysdn_rx_netpkt()
199 netif_rx(skb); in whitehole_inject()
194 netif_rx(skb); in async_bump()