Home
last modified time | relevance | path

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

12345678910

/linux-2.4.37.9/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 mopdule) 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-2.4.37.9/drivers/net/wan/
Dhdlc_x25.c47 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()
Dhdlc_generic.c60 if (hdlc->netif_rx) in hdlc_rcv()
61 hdlc->netif_rx(skb); in hdlc_rcv()
Dlapbether.c174 return netif_rx(skb); in lapbeth_data_indication()
268 netif_rx(skb); in lapbeth_connected()
290 netif_rx(skb); in lapbeth_disconnected()
Dhdlc_raw.c80 hdlc->netif_rx = NULL; in hdlc_raw_ioctl()
Dx25_asy.c252 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()
Dhdlc_ppp.c104 hdlc->netif_rx = NULL; in hdlc_ppp_ioctl()
Dhdlc_raw_eth.c94 hdlc->netif_rx = NULL; in hdlc_raw_eth_ioctl()
Dcomx-proto-lapb.c313 netif_rx(skb); in comxlapb_connected()
353 netif_rx(skb); in comxlapb_disconnected()
Dsyncppp.c277 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()
/linux-2.4.37.9/drivers/isdn/
Disdn_x25iface.c204 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()
/linux-2.4.37.9/drivers/net/
Dloopback.c95 netif_rx(skb); in loopback_xmit()
/linux-2.4.37.9/net/8021q/
Dvlan_dev.c243 netif_rx(skb); in vlan_skb_recv()
272 netif_rx(skb); in vlan_skb_recv()
295 netif_rx(skb); in vlan_skb_recv()
/linux-2.4.37.9/net/bridge/
Dbr_input.c27 netif_rx(skb); in br_pass_frame_up_finish()
/linux-2.4.37.9/drivers/net/arcnet/
Darc-rawmode.c131 netif_rx(skb); in rx()
Drfc1051.c165 netif_rx(skb); in rx()
Drfc1201.c237 netif_rx(skb); in rx()
373 netif_rx(skb); in rx()
/linux-2.4.37.9/drivers/net/wan/lmc/
Dlmc_proto.c258 netif_rx(skb); in lmc_proto_netif()
/linux-2.4.37.9/include/linux/
Dhdlc.h115 void (*netif_rx)(struct sk_buff *skb); member
Dif_vlan.h187 return (polling ? netif_receive_skb(skb) : netif_rx(skb)); in __vlan_hwaccel_rx()
Dnetdevice.h615 extern int netif_rx(struct sk_buff *skb);
632 int err = netif_rx(skb); in netif_rx_ni()
/linux-2.4.37.9/net/irda/irlan/
Dirlan_eth.c256 netif_rx(skb); /* Eat it! */ in irlan_eth_receive()
/linux-2.4.37.9/drivers/isdn/hysdn/
Dhysdn_net.c237 netif_rx(skb); in hysdn_rx_netpkt()
/linux-2.4.37.9/net/core/
Dprofile.c199 netif_rx(skb); in whitehole_inject()
/linux-2.4.37.9/net/irda/
Dwrapper.c194 netif_rx(skb); in async_bump()

12345678910