|
@@ -1213,8 +1213,8 @@ static const struct nla_policy tcp_nla_policy[CTA_PROTOINFO_TCP_MAX+1] = {
|
|
|
#define TCP_NLATTR_SIZE ( \
|
|
|
NLA_ALIGN(NLA_HDRLEN + 1) + \
|
|
|
NLA_ALIGN(NLA_HDRLEN + 1) + \
|
|
|
- NLA_ALIGN(NLA_HDRLEN + sizeof(sizeof(struct nf_ct_tcp_flags))) + \
|
|
|
- NLA_ALIGN(NLA_HDRLEN + sizeof(sizeof(struct nf_ct_tcp_flags))))
|
|
|
+ NLA_ALIGN(NLA_HDRLEN + sizeof(struct nf_ct_tcp_flags)) + \
|
|
|
+ NLA_ALIGN(NLA_HDRLEN + sizeof(struct nf_ct_tcp_flags)))
|
|
|
|
|
|
static int nlattr_to_tcp(struct nlattr *cda[], struct nf_conn *ct)
|
|
|
{
|