Home
last modified time | relevance | path

Searched refs:tcf_meta_info (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/tc_act/
A Dtc_ife.h28 struct tcf_meta_info { struct
41 int (*check_presence)(struct sk_buff *, struct tcf_meta_info *); argument
42 int (*encode)(struct sk_buff *, void *, struct tcf_meta_info *);
44 int (*get)(struct sk_buff *skb, struct tcf_meta_info *mi);
45 int (*alloc)(struct tcf_meta_info *, void *, gfp_t);
46 void (*release)(struct tcf_meta_info *);
53 int ife_get_meta_u32(struct sk_buff *skb, struct tcf_meta_info *mi);
54 int ife_get_meta_u16(struct sk_buff *skb, struct tcf_meta_info *mi);
57 int ife_check_meta_u32(u32 metaval, struct tcf_meta_info *mi);
58 int ife_check_meta_u16(u16 metaval, struct tcf_meta_info *mi);
[all …]
/linux/net/sched/
A Dact_ife.c61 int ife_get_meta_u32(struct sk_buff *skb, struct tcf_meta_info *mi) in ife_get_meta_u32()
70 int ife_check_meta_u32(u32 metaval, struct tcf_meta_info *mi) in ife_check_meta_u32()
79 int ife_check_meta_u16(u16 metaval, struct tcf_meta_info *mi) in ife_check_meta_u16()
105 int ife_get_meta_u16(struct sk_buff *skb, struct tcf_meta_info *mi) in ife_get_meta_u16()
134 void ife_release_meta_gen(struct tcf_meta_info *mi) in ife_release_meta_gen()
299 struct tcf_meta_info *mi = NULL; in __add_metainfo()
376 struct tcf_meta_info *e; in dump_metalist()
410 struct tcf_meta_info *e, *n; in _tcf_ife_cleanup()
697 struct tcf_meta_info *e; in find_decode_metaid()
772 struct tcf_meta_info *e, *n; in ife_get_sz()
[all …]
A Dact_meta_skbprio.c21 static int skbprio_check(struct sk_buff *skb, struct tcf_meta_info *e) in skbprio_check()
27 struct tcf_meta_info *e) in skbprio_encode()
A Dact_meta_mark.c22 struct tcf_meta_info *e) in skbmark_encode()
37 static int skbmark_check(struct sk_buff *skb, struct tcf_meta_info *e) in skbmark_check()
A Dact_meta_skbtcindex.c22 struct tcf_meta_info *e) in skbtcindex_encode()
37 static int skbtcindex_check(struct sk_buff *skb, struct tcf_meta_info *e) in skbtcindex_check()

Completed in 6 milliseconds