Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

skbuff.h File Reference

#include <linux/config.h>
#include <linux/time.h>
#include <asm/atomic.h>
#include <asm/types.h>
#include <asm/spinlock.h>

Include dependency graph for skbuff.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define HAVE_ALLOC_SKB
#define HAVE_ALIGNABLE_SKB
#define SLAB_SKB
#define CHECKSUM_NONE   0
#define CHECKSUM_HW   1
#define CHECKSUM_UNNECESSARY   2
#define SK_WMEM_MAX   32767
#define SK_RMEM_MAX   32767


Define Documentation

#define CHECKSUM_HW   1
 

Definition at line 29 of file skbuff.h.

Referenced by hamachi_rx(), icmpv6_rcv(), ip_fw_demasquerade(), ip_fw_masquerade(), netdev_rx(), start_tx(), tcp_v4_rcv(), tcp_v6_rcv(), udp_rcv(), and udpv6_rcv().

#define CHECKSUM_NONE   0
 

Definition at line 28 of file skbuff.h.

Referenced by ace_rx_int(), gmac_receive(), happy_meal_rx(), icmpv6_rcv(), ip_fw_demasquerade(), ip_fw_masquerade(), irqrx_handler(), lcs_rxpacket(), sun4d_happy_meal_rx(), tcp_v4_rcv(), tcp_v6_rcv(), udp_rcv(), udpv6_rcv(), xpds_dlci_receive(), and xpds_rx().

#define CHECKSUM_UNNECESSARY   2
 

Definition at line 30 of file skbuff.h.

Referenced by ace_rx_int(), bif_rx(), boomerang_rx(), ctc_irq_bh(), dev_loopback_xmit(), gmac_receive(), happy_meal_rx(), iucv_rx(), lcs_rxpacket(), loopback_xmit(), myri_rx(), netdev_rx(), ReceiveIrq(), sun4d_happy_meal_rx(), udp_queue_rcv_skb(), udp_rcv(), udp_recvmsg(), udpv6_queue_rcv_skb(), udpv6_rcv(), and udpv6_recvmsg().

#define HAVE_ALIGNABLE_SKB
 

Definition at line 25 of file skbuff.h.

#define HAVE_ALLOC_SKB
 

Definition at line 24 of file skbuff.h.

#define SK_RMEM_MAX   32767
 

Definition at line 125 of file skbuff.h.

#define SK_WMEM_MAX   32767
 

Definition at line 124 of file skbuff.h.

#define SLAB_SKB
 

Definition at line 26 of file skbuff.h.