#include <net/dst_ops.h>
#include <linux/netdevice.h>
#include <linux/rtnetlink.h>
#include <linux/rcupdate.h>
#include <linux/bug.h>
#include <linux/jiffies.h>
#include <net/neighbour.h>
#include <asm/processor.h>
Go to the source code of this file.
#define DST_FAKE_RTABLE 0x0080 |
Definition at line 62 of file dst.h.
#define DST_GC_INC (HZ/2) |
Definition at line 21 of file dst.h.
#define DST_GC_MAX (120*HZ) |
Definition at line 22 of file dst.h.
#define DST_GC_MIN (HZ/10) |
Definition at line 20 of file dst.h.
Definition at line 55 of file dst.h.
#define DST_METRICS_READ_ONLY 0x1UL |
#define DST_NOCACHE 0x0010 |
Definition at line 59 of file dst.h.
#define DST_NOCOUNT 0x0020 |
Definition at line 60 of file dst.h.
#define DST_NOHASH 0x0008 |
Definition at line 58 of file dst.h.
#define DST_NOPEER 0x0040 |
Definition at line 61 of file dst.h.
#define DST_NOPOLICY 0x0004 |
Definition at line 57 of file dst.h.
#define DST_NOXFRM 0x0002 |
Definition at line 56 of file dst.h.
#define DST_OBSOLETE_DEAD 2 |
Definition at line 79 of file dst.h.
#define DST_OBSOLETE_FORCE_CHK -1 |
Definition at line 80 of file dst.h.
#define DST_OBSOLETE_KILL -2 |
Definition at line 81 of file dst.h.
#define DST_OBSOLETE_NONE 0 |
Definition at line 78 of file dst.h.
#define DST_XFRM_TUNNEL 0x0100 |
Definition at line 63 of file dst.h.
- Enumerator:
-
Definition at line 468 of file dst.h.