Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
act_api.h File Reference
#include <net/sch_generic.h>
#include <net/pkt_sched.h>

Go to the source code of this file.

Data Structures

struct  tcf_common
 
struct  tcf_police
 
struct  tcf_hashinfo
 

Macros

#define tcf_next   common.tcfc_next
 
#define tcf_index   common.tcfc_index
 
#define tcf_refcnt   common.tcfc_refcnt
 
#define tcf_bindcnt   common.tcfc_bindcnt
 
#define tcf_capab   common.tcfc_capab
 
#define tcf_action   common.tcfc_action
 
#define tcf_tm   common.tcfc_tm
 
#define tcf_bstats   common.tcfc_bstats
 
#define tcf_qstats   common.tcfc_qstats
 
#define tcf_rate_est   common.tcfc_rate_est
 
#define tcf_lock   common.tcfc_lock
 
#define tcf_rcu   common.tcfc_rcu
 
#define to_police(pc)   container_of(pc, struct tcf_police, common)
 

Macro Definition Documentation

#define tcf_action   common.tcfc_action

Definition at line 30 of file act_api.h.

#define tcf_bindcnt   common.tcfc_bindcnt

Definition at line 28 of file act_api.h.

#define tcf_bstats   common.tcfc_bstats

Definition at line 32 of file act_api.h.

#define tcf_capab   common.tcfc_capab

Definition at line 29 of file act_api.h.

#define tcf_index   common.tcfc_index

Definition at line 26 of file act_api.h.

#define tcf_lock   common.tcfc_lock

Definition at line 35 of file act_api.h.

#define tcf_next   common.tcfc_next

Definition at line 25 of file act_api.h.

#define tcf_qstats   common.tcfc_qstats

Definition at line 33 of file act_api.h.

#define tcf_rate_est   common.tcfc_rate_est

Definition at line 34 of file act_api.h.

#define tcf_rcu   common.tcfc_rcu

Definition at line 36 of file act_api.h.

#define tcf_refcnt   common.tcfc_refcnt

Definition at line 27 of file act_api.h.

#define tcf_tm   common.tcfc_tm

Definition at line 31 of file act_api.h.

#define to_police (   pc)    container_of(pc, struct tcf_police, common)

Definition at line 50 of file act_api.h.