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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dem_meta.c640 struct meta_type_ops struct
649 static struct meta_type_ops __meta_type_ops[TCF_META_TYPE_MAX+1] = {
665 static inline struct meta_type_ops * meta_type_ops(struct meta_value *v) function
689 if (meta_type_ops(v)->apply_extras)
690 meta_type_ops(v)->apply_extras(v, dst);
706 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value);
722 struct meta_type_ops *ops = meta_type_ops(&meta->lvalue);
738 return meta_type_ops(ds
[all...]

Completed in 46 milliseconds