]> git.baikalelectronics.ru Git - kernel.git/commit
ipv{4,6}/tcp: simplify procfs registration
authorChristoph Hellwig <hch@lst.de>
Wed, 11 Apr 2018 07:31:28 +0000 (09:31 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 16 May 2018 05:23:35 +0000 (07:23 +0200)
commit8f09ce967a03a27f1ef0c9443bef4ff838447800
tree8f2f81ca47b41241f5372eda7b91ee7e70a193e0
parentb2d9aaf9f9fbfe8628a577ef361580b3ea9116a0
ipv{4,6}/tcp: simplify procfs registration

Avoid most of the afinfo indirections and just call the proc helpers
directly.

Signed-off-by: Christoph Hellwig <hch@lst.de>
include/net/tcp.h
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c