tcp: change ICSK_CA_PRIV_SIZE definition
authorEric Dumazet <edumazet@google.com>
Tue, 29 Jun 2021 13:53:14 +0000 (06:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Jun 2021 18:54:36 +0000 (11:54 -0700)
commit3f8ad50a9e43b6a59070e6c9c5eec79626f81095
treef5fa3bafb86fd33c0f6394a9590e22460a954700
parent6706721d82f86e9360c3ad5339fe3da5e0988a51
tcp: change ICSK_CA_PRIV_SIZE definition

Instead of a magic number (13 currently) and having
to change it every other year, use sizeof_field() macro.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_connection_sock.h