Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h123327 struct tc_action { struct
123328 const struct tc_action_ops *ops; argument
123329 __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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h130962 struct tc_action { struct
130963 const struct tc_action_ops *ops; argument
130964 __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 …]