Lines Matching refs:meta_value

82 struct meta_value {  struct
89 struct meta_value lvalue; argument
90 struct meta_value rvalue;
93 static inline int meta_id(struct meta_value *v) in meta_id()
98 static inline int meta_type(struct meta_value *v) in meta_type()
104 struct tcf_pkt_info *info, struct meta_value *v, \
614 struct meta_value *, struct meta_obj *, int *);
677 static inline struct meta_ops *meta_ops(struct meta_value *val) in meta_ops()
696 static int meta_var_change(struct meta_value *dst, struct nlattr *nla) in meta_var_change()
707 static void meta_var_destroy(struct meta_value *v) in meta_var_destroy()
712 static void meta_var_apply_extras(struct meta_value *v, in meta_var_apply_extras()
721 static int meta_var_dump(struct sk_buff *skb, struct meta_value *v, int tlv) in meta_var_dump()
749 static int meta_int_change(struct meta_value *dst, struct nlattr *nla) in meta_int_change()
763 static void meta_int_apply_extras(struct meta_value *v, in meta_int_apply_extras()
773 static int meta_int_dump(struct sk_buff *skb, struct meta_value *v, int tlv) in meta_int_dump()
794 void (*destroy)(struct meta_value *);
796 int (*change)(struct meta_value *, struct nlattr *);
797 void (*apply_extras)(struct meta_value *, struct meta_obj *);
798 int (*dump)(struct sk_buff *, struct meta_value *, int);
817 static inline const struct meta_type_ops *meta_type_ops(struct meta_value *v) in meta_type_ops()
827 struct meta_value *v, struct meta_obj *dst) in meta_get()
886 static inline int meta_change_data(struct meta_value *dst, struct nlattr *nla) in meta_change_data()
898 static inline int meta_is_supported(struct meta_value *val) in meta_is_supported()