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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dem_meta.c660 struct meta_type_ops struct
669 static struct meta_type_ops __meta_type_ops[TCF_META_TYPE_MAX+1] = {
685 static inline struct meta_type_ops * meta_type_ops(struct meta_value *v) function
709 if (meta_type_ops(v)->apply_extras)
710 meta_type_ops(v)->apply_extras(v, dst);
726 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value);
743 struct meta_type_ops *ops = meta_type_ops(&meta->lvalue);
760 return meta_type_ops(ds
[all...]

Completed in 23 milliseconds