tc_action 90 include/net/act_api.h int (*act)(struct sk_buff *, const struct tc_action *, struct tcf_result *); tc_action 91 include/net/act_api.h int (*dump)(struct sk_buff *, struct tc_action *, int, int); tc_action 92 include/net/act_api.h void (*cleanup)(struct tc_action *, int bind); tc_action 93 include/net/act_api.h int (*lookup)(struct tc_action *, u32); tc_action 95 include/net/act_api.h struct nlattr *est, struct tc_action *act, int ovr, tc_action 97 include/net/act_api.h int (*walk)(struct sk_buff *, struct netlink_callback *, int, struct tc_action *); tc_action 100 include/net/act_api.h int tcf_hash_search(struct tc_action *a, u32 index); tc_action 101 include/net/act_api.h void tcf_hash_destroy(struct tc_action *a); tc_action 102 include/net/act_api.h int tcf_hash_release(struct tc_action *a, int bind); tc_action 104 include/net/act_api.h int tcf_hash_check(u32 index, struct tc_action *a, int bind); tc_action 105 include/net/act_api.h int tcf_hash_create(u32 index, struct nlattr *est, struct tc_action *a, tc_action 107 include/net/act_api.h void tcf_hash_cleanup(struct tc_action *a, struct nlattr *est); tc_action 108 include/net/act_api.h void tcf_hash_insert(struct tc_action *a); tc_action 118 include/net/act_api.h struct tc_action *tcf_action_init_1(struct net *net, struct nlattr *nla, tc_action 122 include/net/act_api.h int tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int, int); tc_action 123 include/net/act_api.h int tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int, int); tc_action 124 include/net/act_api.h int tcf_action_copy_stats(struct sk_buff *, struct tc_action *, int); tc_action 16 include/net/tc_act/tc_nat.h static inline struct tcf_nat *to_tcf_nat(struct tc_action *a)