diff options
Diffstat (limited to 'include/net/tc_act/tc_ipt.h')
-rw-r--r-- | include/net/tc_act/tc_ipt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/tc_act/tc_ipt.h b/include/net/tc_act/tc_ipt.h index f7d25dfcc4b7..c0f4193f432c 100644 --- a/include/net/tc_act/tc_ipt.h +++ b/include/net/tc_act/tc_ipt.h | |||
@@ -11,7 +11,7 @@ struct tcf_ipt { | |||
11 | char *tcfi_tname; | 11 | char *tcfi_tname; |
12 | struct xt_entry_target *tcfi_t; | 12 | struct xt_entry_target *tcfi_t; |
13 | }; | 13 | }; |
14 | #define to_ipt(pc) \ | 14 | #define to_ipt(a) \ |
15 | container_of(pc, struct tcf_ipt, common) | 15 | container_of(a->priv, struct tcf_ipt, common) |
16 | 16 | ||
17 | #endif /* __NET_TC_IPT_H */ | 17 | #endif /* __NET_TC_IPT_H */ |