Searched refs:tcf_ematch (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/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_ipt.c | 116 struct tcf_ematch *em) in em_ipt_change() 163 static void em_ipt_destroy(struct tcf_ematch *em) in em_ipt_destroy() 183 static int em_ipt_match(struct sk_buff *skb, struct tcf_ematch *em, in em_ipt_match() 210 static int em_ipt_dump(struct sk_buff *skb, struct tcf_ematch *em) in em_ipt_dump()
|
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 | 847 static int em_meta_match(struct sk_buff *skb, struct tcf_ematch *m, in em_meta_match() 908 struct tcf_ematch *m) in em_meta_change() 959 static void em_meta_destroy(struct tcf_ematch *m) in em_meta_destroy() 965 static int em_meta_dump(struct sk_buff *skb, struct tcf_ematch *em) in em_meta_dump()
|
/Linux-v4.19/include/net/ |
D | pkt_cls.h | 418 struct tcf_ematch { struct 427 static inline int tcf_em_is_container(struct tcf_ematch *em) in tcf_em_is_container() argument 432 static inline int tcf_em_is_simple(struct tcf_ematch *em) in tcf_em_is_simple() 437 static inline int tcf_em_is_inverted(struct tcf_ematch *em) in tcf_em_is_inverted() 442 static inline int tcf_em_last_match(struct tcf_ematch *em) in tcf_em_last_match() 447 static inline int tcf_em_early_end(struct tcf_ematch *em, int result) in tcf_em_early_end() 469 struct tcf_ematch * matches; 489 int, struct tcf_ematch *); 490 int (*match)(struct sk_buff *, struct tcf_ematch *, 492 void (*destroy)(struct tcf_ematch *); [all …]
|