Lines Matching defs:meta_value
78 struct meta_value {
85 struct meta_value lvalue;
86 struct meta_value rvalue;
89 static inline int meta_id(struct meta_value *v)
94 static inline int meta_type(struct meta_value *v)
100 struct tcf_pkt_info *info, struct meta_value *v, \
610 struct meta_value *, struct meta_obj *, int *);
673 static inline struct meta_ops *meta_ops(struct meta_value *val)
692 static int meta_var_change(struct meta_value *dst, struct nlattr *nla)
703 static void meta_var_destroy(struct meta_value *v)
708 static void meta_var_apply_extras(struct meta_value *v,
717 static int meta_var_dump(struct sk_buff *skb, struct meta_value *v, int tlv)
745 static int meta_int_change(struct meta_value *dst, struct nlattr *nla)
759 static void meta_int_apply_extras(struct meta_value *v,
769 static int meta_int_dump(struct sk_buff *skb, struct meta_value *v, int tlv)
790 void (*destroy)(struct meta_value *);
792 int (*change)(struct meta_value *, struct nlattr *);
793 void (*apply_extras)(struct meta_value *, struct meta_obj *);
794 int (*dump)(struct sk_buff *, struct meta_value *, int);
813 static inline const struct meta_type_ops *meta_type_ops(struct meta_value *v)
823 struct meta_value *v, struct meta_obj *dst)
882 static inline int meta_change_data(struct meta_value *dst, struct nlattr *nla)
894 static inline int meta_is_supported(struct meta_value *val)