Searched defs:tc_action (Results 1 – 2 of 2) sorted by relevance
123327 struct tc_action { struct123328 const struct tc_action_ops *ops; argument123329 __u32 type;123330 struct tcf_idrinfo *idrinfo;123331 u32 tcfa_index;123332 refcount_t tcfa_refcnt;123333 atomic_t tcfa_bindcnt;123334 int tcfa_action;123335 struct tcf_t tcfa_tm;123337 struct gnet_stats_basic_sync tcfa_bstats;[all …]
130962 struct tc_action { struct130963 const struct tc_action_ops *ops; argument130964 __u32 type;130965 struct tcf_idrinfo *idrinfo;130966 u32 tcfa_index;130967 refcount_t tcfa_refcnt;130968 atomic_t tcfa_bindcnt;130969 int tcfa_action;130970 struct tcf_t tcfa_tm;130972 struct gnet_stats_basic_sync tcfa_bstats;[all …]