diff options
| author | Eric Dumazet <[email protected]> | 2025-02-12 13:24:17 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-02-14 21:09:39 +0000 |
| commit | 6dc4c2526f6d11f36c4e26d0231b345eabab584c (patch) | |
| tree | 668c1eccb86c1153de7da724b00705b7a502430e /net/core/secure_seq.c | |
| parent | inetpeer: use EXPORT_IPV6_MOD[_GPL]() (diff) | |
| download | kernel-6dc4c2526f6d11f36c4e26d0231b345eabab584c.tar.gz kernel-6dc4c2526f6d11f36c4e26d0231b345eabab584c.zip | |
tcp: use EXPORT_IPV6_MOD[_GPL]()
Use EXPORT_IPV6_MOD[_GPL]() for symbols that don't need
to be exported unless CONFIG_IPV6=m
tcp_hashinfo and tcp_openreq_init_rwin() are no longer
used from any module anyway.
Signed-off-by: Eric Dumazet <[email protected]>
Reviewed-by: Kuniyuki Iwashima <[email protected]>
Reviewed-by: Mateusz Polchlopek <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/core/secure_seq.c')
| -rw-r--r-- | net/core/secure_seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/secure_seq.c b/net/core/secure_seq.c index b0ff6153be62..568779d5a0ef 100644 --- a/net/core/secure_seq.c +++ b/net/core/secure_seq.c @@ -71,7 +71,7 @@ u32 secure_tcpv6_ts_off(const struct net *net, return siphash(&combined, offsetofend(typeof(combined), daddr), &ts_secret); } -EXPORT_SYMBOL(secure_tcpv6_ts_off); +EXPORT_IPV6_MOD(secure_tcpv6_ts_off); u32 secure_tcpv6_seq(const __be32 *saddr, const __be32 *daddr, __be16 sport, __be16 dport) |
