diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netfilter/nf_conntrack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netfilter/nf_conntrack.h b/include/net/netfilter/nf_conntrack.h index d0d0e6491448..b4beb8c799e5 100644 --- a/include/net/netfilter/nf_conntrack.h +++ b/include/net/netfilter/nf_conntrack.h | |||
@@ -273,6 +273,7 @@ static inline struct nf_conn_help *nfct_help(const struct nf_conn *ct) | |||
273 | if (!(ct->features & NF_CT_F_HELP)) | 273 | if (!(ct->features & NF_CT_F_HELP)) |
274 | return NULL; | 274 | return NULL; |
275 | 275 | ||
276 | offset = ALIGN(offset, __alignof__(struct nf_conn_help)); | ||
276 | return (struct nf_conn_help *) ((void *)ct + offset); | 277 | return (struct nf_conn_help *) ((void *)ct + offset); |
277 | } | 278 | } |
278 | 279 | ||