Searched refs:tc_action (Results 1 – 2 of 2) sorted by relevance
/include/net/ |
D | act_api.h | 76 struct tc_action { struct 90 int (*act)(struct sk_buff *, const struct tc_action *, struct tcf_result *); argument 91 int (*dump)(struct sk_buff *, struct tc_action *, int, int); 92 void (*cleanup)(struct tc_action *, int bind); 93 int (*lookup)(struct tc_action *, u32); 95 struct nlattr *est, struct tc_action *act, int ovr, 97 int (*walk)(struct sk_buff *, struct netlink_callback *, int, struct tc_action *); 100 int tcf_hash_search(struct tc_action *a, u32 index); 101 void tcf_hash_destroy(struct tc_action *a); 102 int tcf_hash_release(struct tc_action *a, int bind); [all …]
|
/include/net/tc_act/ |
D | tc_nat.h | 16 static inline struct tcf_nat *to_tcf_nat(struct tc_action *a) in to_tcf_nat()
|