Go to the source code of this file.
|
#define | tcf_em_tree_validate(tp, tb, t) ((void)(t), 0) |
|
#define | tcf_em_tree_destroy(tp, t) do { (void)(t); } while(0) |
|
#define | tcf_em_tree_dump(skb, t, tlv) (0) |
|
#define | tcf_em_tree_change(tp, dst, src) do { } while(0) |
|
#define | tcf_em_tree_match(skb, t, info) ((void)(info), 1) |
|
|
int | register_tcf_proto_ops (struct tcf_proto_ops *ops) |
|
int | unregister_tcf_proto_ops (struct tcf_proto_ops *ops) |
|
int | tcf_exts_validate (struct tcf_proto *tp, struct nlattr **tb, struct nlattr *rate_tlv, struct tcf_exts *exts, const struct tcf_ext_map *map) |
|
void | tcf_exts_destroy (struct tcf_proto *tp, struct tcf_exts *exts) |
|
void | tcf_exts_change (struct tcf_proto *tp, struct tcf_exts *dst, struct tcf_exts *src) |
|
int | tcf_exts_dump (struct sk_buff *skb, struct tcf_exts *exts, const struct tcf_ext_map *map) |
|
int | tcf_exts_dump_stats (struct sk_buff *skb, struct tcf_exts *exts, const struct tcf_ext_map *map) |
|
#define tcf_em_tree_change |
( |
|
tp, |
|
|
|
dst, |
|
|
|
src |
|
) |
| do { } while(0) |
#define tcf_em_tree_destroy |
( |
|
tp, |
|
|
|
t |
|
) |
| do { (void)(t); } while(0) |
#define tcf_em_tree_dump |
( |
|
skb, |
|
|
|
t, |
|
|
|
tlv |
|
) |
| (0) |
#define tcf_em_tree_validate |
( |
|
tp, |
|
|
|
tb, |
|
|
|
t |
|
) |
| ((void)(t), 0) |