netif_rx

Name

netif_rx --  post buffer to the network code

Synopsis

void netif_rx (struct sk_buff * skb);

Arguments

skb

buffer to post

Description

This 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.