Searched defs:devlink_dpipe_table_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 143246 struct devlink_dpipe_table_ops { struct 143247 int (*actions_dump)(void *, struct sk_buff *); 143248 int (*matches_dump)(void *, struct sk_buff *); 143249 int (*entries_dump)(void *, bool, struct devlink_dpipe_dump_ctx *); 143250 int (*counters_set_update)(void *, bool); 143251 u64 (*size_get)(void *);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 150896 struct devlink_dpipe_table_ops { struct 150897 int (*actions_dump)(void *, struct sk_buff *); 150898 int (*matches_dump)(void *, struct sk_buff *); 150899 int (*entries_dump)(void *, bool, struct devlink_dpipe_dump_ctx *); 150900 int (*counters_set_update)(void *, bool); 150901 u64 (*size_get)(void *);
|