Home
last modified time | relevance | path

Searched defs:tc_action (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dact_api.h23 struct tc_action { struct
24 const struct tc_action_ops *ops; argument
25 __u32 type; /* for backward compat(TCA_OLD_COMPAT) */
26 struct tcf_idrinfo *idrinfo;
28 u32 tcfa_index;
29 refcount_t tcfa_refcnt;
30 atomic_t tcfa_bindcnt;
31 int tcfa_action;
32 struct tcf_t tcfa_tm;
33 struct gnet_stats_basic_packed tcfa_bstats;
[all …]