[ICSK]: Generalise tcp_listen_{start,stop}
This also moved inet_iif from tcp to inet_hashtables.h, as it is needed by the inet_lookup callers, perhaps this needs a bit of polishing, but for now seems fine. Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
9f1d2604c7
commit
0a5578cf8e
@@ -2248,6 +2248,7 @@ struct proto tcpv6_prot = {
|
||||
.sockets_allocated = &tcp_sockets_allocated,
|
||||
.memory_allocated = &tcp_memory_allocated,
|
||||
.memory_pressure = &tcp_memory_pressure,
|
||||
.orphan_count = &tcp_orphan_count,
|
||||
.sysctl_mem = sysctl_tcp_mem,
|
||||
.sysctl_wmem = sysctl_tcp_wmem,
|
||||
.sysctl_rmem = sysctl_tcp_rmem,
|
||||
|
Reference in New Issue
Block a user