Searched refs:tcf_nat (Results 1 – 2 of 2) sorted by relevance
7 struct tcf_nat { struct16 static inline struct tcf_nat *to_tcf_nat(struct tc_action *a) in to_tcf_nat() argument18 return container_of(a->priv, struct tcf_nat, common); in to_tcf_nat()
44 struct tcf_nat *p; in tcf_nat_init()87 static int tcf_nat(struct sk_buff *skb, const struct tc_action *a, in tcf_nat() function90 struct tcf_nat *p = a->priv; in tcf_nat()256 struct tcf_nat *p = a->priv; in tcf_nat_dump()289 .act = tcf_nat,