|
|
|
|
/home/brennan/n-sim/OrbisQuartus/server/l4/patches/skbuff.h File Reference#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/time.h>
#include <linux/cache.h>
#include <asm/atomic.h>
#include <asm/types.h>
#include <linux/spinlock.h>
#include <linux/mm.h>
#include <linux/highmem.h>
Go to the source code of this file.
Define Documentation
#define CHECKSUM_UNNECESSARY 2 |
|
#define HAVE_ALIGNABLE_SKB |
|
#define NET_CALLER |
( |
arg |
|
) |
__builtin_return_address(0) |
|
#define SKB_DATA_ALIGN |
( |
X |
|
) |
(((X) + (SMP_CACHE_BYTES-1)) & ~(SMP_CACHE_BYTES-1)) |
|
#define SKB_MAX_ALLOC (SKB_MAX_ORDER(0,2)) |
|
#define SKB_MAX_HEAD |
( |
X |
|
) |
(SKB_MAX_ORDER((X),0)) |
|
#define SKB_MAX_ORDER |
( |
X, |
|
|
ORDER |
|
) |
(((PAGE_SIZE<<(ORDER)) - (X) - sizeof(struct skb_shared_info))&~(SMP_CACHE_BYTES-1)) |
|
Typedef Documentation
|