Searched defs:tc_action_ops (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 72985 struct tc_action_ops { struct 72996 …net *, struct sk_buff *, struct netlink_callback *, int, const struct tc_action_ops *, struct netl… argument 72997 void (*stats_update)(struct tc_action *, u64, u64, u64, u64, bool); 72998 size_t (*get_fill_size)(const struct tc_action *); 72999 struct net_device * (*get_dev)(const struct tc_action *, tc_action_priv_destructor *); 73000 struct psample_group * (*get_psample_group)(const struct tc_action *, tc_action_priv_destructor *); 73001 int (*offload_act_setup)(struct tc_action *, void *, u32 *, bool);
|