]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tcp: make tcp_ctloutput_set() non-static
authorMichael Tuexen <tuexen@FreeBSD.org>
Tue, 8 Feb 2022 17:49:44 +0000 (18:49 +0100)
committerMichael Tuexen <tuexen@FreeBSD.org>
Tue, 8 Feb 2022 17:49:44 +0000 (18:49 +0100)
commitfd7daa727126b4b8da9e38ca35ea237ef1190a00
treed15197163888ff736729321c8717dd8bc93bb388
parent5f2aca83940097d7d23b4137073fb601f8e74232
tcp: make tcp_ctloutput_set() non-static

tcp_ctloutput_set() will be used via the sysctl interface in a
upcoming command line tool tcpsso.

Reviewed by: glebius, rscheff
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D34164
sys/netinet/tcp_usrreq.c
sys/netinet/tcp_var.h