Query: netif_rx
OS: centos
Section: 9
Links: centos man pages | All man pages
Forums: Unix Linux Community | Forum Categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NETIF_RX(9) Network device support NETIF_RX(9)NAMEnetif_rx - post buffer to the network codeSYNOPSISint netif_rx(struct sk_buff * skb);ARGUMENTSskb buffer to postDESCRIPTIONThis function receives a packet from a device driver and queues it for the upper (protocol) levels to process. It always succeeds. The buffer may be dropped during processing for congestion control or by the protocol layers.RETURN VALUESNET_RX_SUCCESS (no congestion) NET_RX_DROP (packet was dropped)COPYRIGHTKernel Hackers Manual 3.10 June 2014 NETIF_RX(9)
Related Man Pages |
---|
cfg80211_testmode_alloc_reply_skb(9) - centos |
pcap_stats(3pcap) - mojave |
struct_ieee80211_tx_rate_control(9) - centos |
vconfig(8) - debian |
__skb_recv_datagram(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Why cannot only the "rtl8139_rx" function be setted breakpoint on whereas the others can? |
TuxOnIce stalls 3 times before resuming |