Lines Matching refs:tcf_exts
59 struct tcf_exts { struct
71 static inline void tcf_exts_init(struct tcf_exts *exts, int action, int police) in tcf_exts_init() argument
89 tcf_exts_is_predicative(struct tcf_exts *exts) in tcf_exts_is_predicative()
105 tcf_exts_is_available(struct tcf_exts *exts) in tcf_exts_is_available()
123 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, in tcf_exts_exec()
135 struct tcf_exts *exts, bool ovr);
136 void tcf_exts_destroy(struct tcf_exts *exts);
137 void tcf_exts_change(struct tcf_proto *tp, struct tcf_exts *dst,
138 struct tcf_exts *src);
139 int tcf_exts_dump(struct sk_buff *skb, struct tcf_exts *exts);
140 int tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts);