Searched refs:tcf_meta_info (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/include/net/tc_act/ |
| D | tc_ife.h | 27 struct tcf_meta_info { struct 40 int (*check_presence)(struct sk_buff *, struct tcf_meta_info *); argument 41 int (*encode)(struct sk_buff *, void *, struct tcf_meta_info *); 43 int (*get)(struct sk_buff *skb, struct tcf_meta_info *mi); 44 int (*alloc)(struct tcf_meta_info *, void *, gfp_t); 45 void (*release)(struct tcf_meta_info *); 52 int ife_get_meta_u32(struct sk_buff *skb, struct tcf_meta_info *mi); 53 int ife_get_meta_u16(struct sk_buff *skb, struct tcf_meta_info *mi); 54 int ife_alloc_meta_u32(struct tcf_meta_info *mi, void *metaval, gfp_t gfp); 55 int ife_alloc_meta_u16(struct tcf_meta_info *mi, void *metaval, gfp_t gfp); [all …]
|
| /Linux-v4.19/net/sched/ |
| D | act_ife.c | 48 int ife_encode_meta_u16(u16 metaval, void *skbdata, struct tcf_meta_info *mi) in ife_encode_meta_u16() 65 int ife_get_meta_u32(struct sk_buff *skb, struct tcf_meta_info *mi) in ife_get_meta_u32() 74 int ife_check_meta_u32(u32 metaval, struct tcf_meta_info *mi) in ife_check_meta_u32() 83 int ife_check_meta_u16(u16 metaval, struct tcf_meta_info *mi) in ife_check_meta_u16() 92 int ife_encode_meta_u32(u32 metaval, void *skbdata, struct tcf_meta_info *mi) in ife_encode_meta_u32() 109 int ife_get_meta_u16(struct sk_buff *skb, struct tcf_meta_info *mi) in ife_get_meta_u16() 118 int ife_alloc_meta_u32(struct tcf_meta_info *mi, void *metaval, gfp_t gfp) in ife_alloc_meta_u32() 128 int ife_alloc_meta_u16(struct tcf_meta_info *mi, void *metaval, gfp_t gfp) in ife_alloc_meta_u16() 138 void ife_release_meta_gen(struct tcf_meta_info *mi) in ife_release_meta_gen() 303 struct tcf_meta_info *mi = NULL; in __add_metainfo() [all …]
|
| D | act_meta_skbprio.c | 26 static int skbprio_check(struct sk_buff *skb, struct tcf_meta_info *e) in skbprio_check() 32 struct tcf_meta_info *e) in skbprio_encode()
|
| D | act_meta_skbtcindex.c | 27 struct tcf_meta_info *e) in skbtcindex_encode() 42 static int skbtcindex_check(struct sk_buff *skb, struct tcf_meta_info *e) in skbtcindex_check()
|
| D | act_meta_mark.c | 27 struct tcf_meta_info *e) in skbmark_encode() 42 static int skbmark_check(struct sk_buff *skb, struct tcf_meta_info *e) in skbmark_check()
|