act_api.h (bf61c8840efe60fd8f91446860b63338fb424158) act_api.h (45203a3b380cee28f570475c0d28c169f908c209)
1#ifndef __NET_ACT_API_H
2#define __NET_ACT_API_H
3
4/*
5 * Public police action API for classifiers/qdiscs
6 */
7
8#include <net/sch_generic.h>

--- 4 unchanged lines hidden (view full) ---

13 u32 tcfc_index;
14 int tcfc_refcnt;
15 int tcfc_bindcnt;
16 u32 tcfc_capab;
17 int tcfc_action;
18 struct tcf_t tcfc_tm;
19 struct gnet_stats_basic_packed tcfc_bstats;
20 struct gnet_stats_queue tcfc_qstats;
1#ifndef __NET_ACT_API_H
2#define __NET_ACT_API_H
3
4/*
5 * Public police action API for classifiers/qdiscs
6 */
7
8#include <net/sch_generic.h>

--- 4 unchanged lines hidden (view full) ---

13 u32 tcfc_index;
14 int tcfc_refcnt;
15 int tcfc_bindcnt;
16 u32 tcfc_capab;
17 int tcfc_action;
18 struct tcf_t tcfc_tm;
19 struct gnet_stats_basic_packed tcfc_bstats;
20 struct gnet_stats_queue tcfc_qstats;
21 struct gnet_stats_rate_est tcfc_rate_est;
21 struct gnet_stats_rate_est64 tcfc_rate_est;
22 spinlock_t tcfc_lock;
23 struct rcu_head tcfc_rcu;
24};
25#define tcf_next common.tcfc_next
26#define tcf_index common.tcfc_index
27#define tcf_refcnt common.tcfc_refcnt
28#define tcf_bindcnt common.tcfc_bindcnt
29#define tcf_capab common.tcfc_capab

--- 88 unchanged lines hidden ---
22 spinlock_t tcfc_lock;
23 struct rcu_head tcfc_rcu;
24};
25#define tcf_next common.tcfc_next
26#define tcf_index common.tcfc_index
27#define tcf_refcnt common.tcfc_refcnt
28#define tcf_bindcnt common.tcfc_bindcnt
29#define tcf_capab common.tcfc_capab

--- 88 unchanged lines hidden ---