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

#include <route.h>

Data Fields

unsigned int in_hit
 
unsigned int in_slow_tot
 
unsigned int in_slow_mc
 
unsigned int in_no_route
 
unsigned int in_brd
 
unsigned int in_martian_dst
 
unsigned int in_martian_src
 
unsigned int out_hit
 
unsigned int out_slow_tot
 
unsigned int out_slow_mc
 
unsigned int gc_total
 
unsigned int gc_ignored
 
unsigned int gc_goal_miss
 
unsigned int gc_dst_overflow
 
unsigned int in_hlist_search
 
unsigned int out_hlist_search
 

Detailed Description

Definition at line 89 of file route.h.

Field Documentation

unsigned int gc_dst_overflow

Definition at line 103 of file route.h.

unsigned int gc_goal_miss

Definition at line 102 of file route.h.

unsigned int gc_ignored

Definition at line 101 of file route.h.

unsigned int gc_total

Definition at line 100 of file route.h.

unsigned int in_brd

Definition at line 94 of file route.h.

unsigned int in_hit

Definition at line 90 of file route.h.

unsigned int in_hlist_search

Definition at line 104 of file route.h.

unsigned int in_martian_dst

Definition at line 95 of file route.h.

unsigned int in_martian_src

Definition at line 96 of file route.h.

unsigned int in_no_route

Definition at line 93 of file route.h.

unsigned int in_slow_mc

Definition at line 92 of file route.h.

unsigned int in_slow_tot

Definition at line 91 of file route.h.

unsigned int out_hit

Definition at line 97 of file route.h.

unsigned int out_hlist_search

Definition at line 105 of file route.h.

unsigned int out_slow_mc

Definition at line 99 of file route.h.

unsigned int out_slow_tot

Definition at line 98 of file route.h.


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