Searched refs:tcf_ematch (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/net/ |
D | pkt_cls.h | 163 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.4.14/net/sched/ |
D | em_canid.c | 91 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()
|
D | em_text.c | 32 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()
|
D | ematch.c | 166 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()
|
D | em_ipset.c | 23 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()
|
D | em_nbyte.c | 27 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()
|
D | em_u32.c | 21 static int em_u32_match(struct sk_buff *skb, struct tcf_ematch *em, in em_u32_match()
|
D | em_cmp.c | 25 static int em_cmp_match(struct sk_buff *skb, struct tcf_ematch *em, in em_cmp_match()
|
D | em_meta.c | 845 static int em_meta_match(struct sk_buff *skb, struct tcf_ematch *m, in em_meta_match() 906 struct tcf_ematch *m) in em_meta_change() 957 static void em_meta_destroy(struct tcf_ematch *m) in em_meta_destroy() 963 static int em_meta_dump(struct sk_buff *skb, struct tcf_ematch *em) in em_meta_dump()
|