netif_receive_skb(9) centos man page | unix.com

Man Page: netif_receive_skb

Operating Environment: centos

Section: 9

NETIF_RECEIVE_SKB(9)					      Network device support					      NETIF_RECEIVE_SKB(9)

NAME
netif_receive_skb - process receive buffer from network
SYNOPSIS
int netif_receive_skb(struct sk_buff * skb);
ARGUMENTS
skb buffer to process
DESCRIPTION
netif_receive_skb is the main receive data processing function. It always succeeds. The buffer may be dropped during processing for congestion control or by the protocol layers. This function may only be called from softirq context and interrupts should be enabled. Return values (usually ignored): NET_RX_SUCCESS no congestion NET_RX_DROP packet was dropped
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 NETIF_RECEIVE_SKB(9)
Related Man Pages
pcap_stats(3pcap) - mojave
struct_sk_buff(9) - centos
wimax_msg_alloc(9) - centos
pvm_setrbuf(3pvm) - redhat
tcp_congctl(9) - netbsd
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
Docker learning Phase-I
Unsure why access time on a directory change isn't changing
Controlling user input
[TIP] Processing YAML files with yq