|
void | tcf_hash_destroy (struct tcf_common *p, struct tcf_hashinfo *hinfo) |
|
| EXPORT_SYMBOL (tcf_hash_destroy) |
|
int | tcf_hash_release (struct tcf_common *p, int bind, struct tcf_hashinfo *hinfo) |
|
| EXPORT_SYMBOL (tcf_hash_release) |
|
int | tcf_generic_walker (struct sk_buff *skb, struct netlink_callback *cb, int type, struct tc_action *a) |
|
| EXPORT_SYMBOL (tcf_generic_walker) |
|
struct tcf_common * | tcf_hash_lookup (u32 index, struct tcf_hashinfo *hinfo) |
|
| EXPORT_SYMBOL (tcf_hash_lookup) |
|
u32 | tcf_hash_new_index (u32 *idx_gen, struct tcf_hashinfo *hinfo) |
|
| EXPORT_SYMBOL (tcf_hash_new_index) |
|
int | tcf_hash_search (struct tc_action *a, u32 index) |
|
| EXPORT_SYMBOL (tcf_hash_search) |
|
struct tcf_common * | tcf_hash_check (u32 index, struct tc_action *a, int bind, struct tcf_hashinfo *hinfo) |
|
| EXPORT_SYMBOL (tcf_hash_check) |
|
struct tcf_common * | tcf_hash_create (u32 index, struct nlattr *est, struct tc_action *a, int size, int bind, u32 *idx_gen, struct tcf_hashinfo *hinfo) |
|
| EXPORT_SYMBOL (tcf_hash_create) |
|
void | tcf_hash_insert (struct tcf_common *p, struct tcf_hashinfo *hinfo) |
|
| EXPORT_SYMBOL (tcf_hash_insert) |
|
int | tcf_register_action (struct tc_action_ops *act) |
|
| EXPORT_SYMBOL (tcf_register_action) |
|
int | tcf_unregister_action (struct tc_action_ops *act) |
|
| EXPORT_SYMBOL (tcf_unregister_action) |
|
int | tcf_action_exec (struct sk_buff *skb, const struct tc_action *act, struct tcf_result *res) |
|
| EXPORT_SYMBOL (tcf_action_exec) |
|
void | tcf_action_destroy (struct tc_action *act, int bind) |
|
int | tcf_action_dump_old (struct sk_buff *skb, struct tc_action *a, int bind, int ref) |
|
int | tcf_action_dump_1 (struct sk_buff *skb, struct tc_action *a, int bind, int ref) |
|
| EXPORT_SYMBOL (tcf_action_dump_1) |
|
int | tcf_action_dump (struct sk_buff *skb, struct tc_action *act, int bind, int ref) |
|
struct tc_action * | tcf_action_init_1 (struct nlattr *nla, struct nlattr *est, char *name, int ovr, int bind) |
|
struct tc_action * | tcf_action_init (struct nlattr *nla, struct nlattr *est, char *name, int ovr, int bind) |
|
int | tcf_action_copy_stats (struct sk_buff *skb, struct tc_action *a, int compat_mode) |
|
| subsys_initcall (tc_action_init) |
|