Home
last modified time | relevance | path

Searched refs:meta_type_ops (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dem_meta.c789 struct meta_type_ops { struct
797 static const struct meta_type_ops __meta_type_ops[TCF_META_TYPE_MAX + 1] = {
813 static inline const struct meta_type_ops *meta_type_ops(struct meta_value *v) in meta_type_ops() function
837 if (meta_type_ops(v)->apply_extras) in meta_get()
838 meta_type_ops(v)->apply_extras(v, dst); in meta_get()
854 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value); in em_meta_match()
871 const struct meta_type_ops *ops = meta_type_ops(&meta->lvalue); in meta_delete()
888 return meta_type_ops(ds in meta_change_data()
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dem_meta.c792 struct meta_type_ops { struct
800 static const struct meta_type_ops __meta_type_ops[TCF_META_TYPE_MAX + 1] = {
816 static inline const struct meta_type_ops *meta_type_ops(struct meta_value *v) in meta_type_ops() function
840 if (meta_type_ops(v)->apply_extras) in meta_get()
841 meta_type_ops(v)->apply_extras(v, dst); in meta_get()
857 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value); in em_meta_match()
874 const struct meta_type_ops *ops = meta_type_ops(&meta->lvalue); in meta_delete()
891 return meta_type_ops(ds in meta_change_data()
[all...]

Completed in 3 milliseconds