Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dst_entry Struct Reference

#include <dst.h>

Data Fields

struct rcu_head rcu_head
 
struct dst_entrychild
 
struct net_devicedev
 
struct dst_opsops
 
unsigned long _metrics
 
union {
   unsigned long   expires
 
   struct dst_entry *   from
 
}; 
 
struct dst_entrypath
 
void__pad0
 
void__pad1
 
int(* input )(struct sk_buff *)
 
int(* output )(struct sk_buff *)
 
unsigned short flags
 
unsigned short pending_confirm
 
short error
 
short obsolete
 
unsigned short header_len
 
unsigned short trailer_len
 
__u32 __pad2
 
atomic_t __refcnt
 
int __use
 
unsigned long lastuse
 
union {
   struct dst_entry *   next
 
   struct rtable __rcu *   rt_next
 
   struct rt6_info *   rt6_next
 
   struct dn_route __rcu *   dn_next
 
}; 
 

Detailed Description

Definition at line 33 of file dst.h.

Field Documentation

union { ... }
union { ... }
void* __pad0

Definition at line 45 of file dst.h.

void* __pad1

Definition at line 49 of file dst.h.

__u32 __pad2

Definition at line 87 of file dst.h.

atomic_t __refcnt

Definition at line 101 of file dst.h.

int __use

Definition at line 102 of file dst.h.

unsigned long _metrics

Definition at line 38 of file dst.h.

Definition at line 35 of file dst.h.

Definition at line 36 of file dst.h.

struct dn_route __rcu* dn_next

Definition at line 108 of file dst.h.

short error

Definition at line 67 of file dst.h.

unsigned long expires

Definition at line 40 of file dst.h.

unsigned short flags

Definition at line 54 of file dst.h.

Definition at line 42 of file dst.h.

unsigned short header_len

Definition at line 82 of file dst.h.

int(* input)(struct sk_buff *)

Definition at line 51 of file dst.h.

unsigned long lastuse

Definition at line 103 of file dst.h.

Definition at line 105 of file dst.h.

short obsolete

Definition at line 77 of file dst.h.

Definition at line 37 of file dst.h.

int(* output)(struct sk_buff *)

Definition at line 52 of file dst.h.

Definition at line 44 of file dst.h.

unsigned short pending_confirm

Definition at line 65 of file dst.h.

struct rcu_head rcu_head

Definition at line 34 of file dst.h.

struct rt6_info* rt6_next

Definition at line 107 of file dst.h.

struct rtable __rcu* rt_next

Definition at line 106 of file dst.h.

unsigned short trailer_len

Definition at line 83 of file dst.h.


The documentation for this struct was generated from the following file: