Searched defs:tc_action_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 123384 struct tc_action_ops { struct 123396 …net *, struct sk_buff *, struct netlink_callback *, int, const struct tc_action_ops *, struct netl… argument 123397 void (*stats_update)(struct tc_action *, u64, u64, u64, u64, bool); 123398 size_t (*get_fill_size)(const struct tc_action *); 123399 struct net_device * (*get_dev)(const struct tc_action *, tc_action_priv_destructor *); 123400 struct psample_group * (*get_psample_group)(const struct tc_action *, tc_action_priv_destructor *); 123401 int (*offload_act_setup)(struct tc_action *, void *, u32 *, bool, struct netlink_ext_ack *);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 131019 struct tc_action_ops { struct 131031 …net *, struct sk_buff *, struct netlink_callback *, int, const struct tc_action_ops *, struct netl… argument 131032 void (*stats_update)(struct tc_action *, u64, u64, u64, u64, bool); 131033 size_t (*get_fill_size)(const struct tc_action *); 131034 struct net_device * (*get_dev)(const struct tc_action *, tc_action_priv_destructor *); 131035 struct psample_group * (*get_psample_group)(const struct tc_action *, tc_action_priv_destructor *); 131036 int (*offload_act_setup)(struct tc_action *, void *, u32 *, bool, struct netlink_ext_ack *);
|