Home
last modified time | relevance | path

Searched refs:tcf_ematch (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/include/net/
Dpkt_cls.h163 struct tcf_ematch { struct
172 static inline int tcf_em_is_container(struct tcf_ematch *em) in tcf_em_is_container() argument
177 static inline int tcf_em_is_simple(struct tcf_ematch *em) in tcf_em_is_simple()
182 static inline int tcf_em_is_inverted(struct tcf_ematch *em) in tcf_em_is_inverted()
187 static inline int tcf_em_last_match(struct tcf_ematch *em) in tcf_em_last_match()
192 static inline int tcf_em_early_end(struct tcf_ematch *em, int result) in tcf_em_early_end()
214 struct tcf_ematch * matches;
234 int, struct tcf_ematch *);
235 int (*match)(struct sk_buff *, struct tcf_ematch *,
237 void (*destroy)(struct tcf_ematch *);
[all …]
/linux-4.1.27/net/sched/
Dem_canid.c91 static inline struct canid_match *em_canid_priv(struct tcf_ematch *m) in em_canid_priv()
96 static int em_canid_match(struct sk_buff *skb, struct tcf_ematch *m, in em_canid_match()
124 struct tcf_ematch *m) in em_canid_change()
186 static void em_canid_destroy(struct tcf_ematch *m) in em_canid_destroy()
193 static int em_canid_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_canid_dump()
Dem_text.c32 static int em_text_match(struct sk_buff *skb, struct tcf_ematch *m, in em_text_match()
48 struct tcf_ematch *m) in em_text_change()
102 static void em_text_destroy(struct tcf_ematch *m) in em_text_destroy()
108 static int em_text_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_text_dump()
Dematch.c166 static inline struct tcf_ematch *tcf_em_get_match(struct tcf_ematch_tree *tree, in tcf_em_get_match()
175 struct tcf_ematch *em, struct nlattr *nla, int idx) in tcf_em_validate()
311 struct tcf_ematch *em; in tcf_em_tree_validate()
407 struct tcf_ematch *em = tcf_em_get_match(tree, i); in tcf_em_tree_destroy()
457 struct tcf_ematch *em = tcf_em_get_match(tree, i); in tcf_em_tree_dump()
490 static inline int tcf_em_match(struct sk_buff *skb, struct tcf_ematch *em, in tcf_em_match()
503 struct tcf_ematch *cur_match; in __tcf_em_tree_match()
Dem_ipset.c23 struct tcf_ematch *em) in em_ipset_change()
44 static void em_ipset_destroy(struct tcf_ematch *em) in em_ipset_destroy()
53 static int em_ipset_match(struct sk_buff *skb, struct tcf_ematch *em, in em_ipset_match()
Dem_nbyte.c27 struct tcf_ematch *em) in em_nbyte_change()
43 static int em_nbyte_match(struct sk_buff *skb, struct tcf_ematch *em, in em_nbyte_match()
Dem_u32.c21 static int em_u32_match(struct sk_buff *skb, struct tcf_ematch *em, in em_u32_match()
Dem_cmp.c25 static int em_cmp_match(struct sk_buff *skb, struct tcf_ematch *em, in em_cmp_match()
Dem_meta.c799 static int em_meta_match(struct sk_buff *skb, struct tcf_ematch *m, in em_meta_match()
860 struct tcf_ematch *m) in em_meta_change()
911 static void em_meta_destroy(struct tcf_ematch *m) in em_meta_destroy()
917 static int em_meta_dump(struct sk_buff *skb, struct tcf_ematch *em) in em_meta_dump()