]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tcp: fix alternate stack build with LINT-NO{INET,INET6,IP}
authorAndrew Gallatin <gallatin@FreeBSD.org>
Wed, 7 Jul 2021 17:02:08 +0000 (13:02 -0400)
committerMichael Tuexen <tuexen@FreeBSD.org>
Tue, 13 Jul 2021 20:00:50 +0000 (22:00 +0200)
commit7751a6b5851274c774c63aafd4dca70b68f2464d
tree489a8fbbf51e68a0bf701a91fd3d2d8b7c873ae9
parent1bb521ab7de7923c001bdbab30269dd3f336b371
tcp: fix alternate stack build with LINT-NO{INET,INET6,IP}

When fixing another bug, I noticed that the alternate
TCP stacks do not build when various combinations of
ipv4 and ipv6 are disabled.

Reviewed by: rrs, tuexen
Differential Revision: https://reviews.freebsd.org/D31094
Sponsored by:  Netflix

(cherry picked from commit b1e806c0ed960e1eb9ee889c7d0df3c168290c4f)
sys/netinet/tcp_stacks/bbr.c
sys/netinet/tcp_stacks/rack.c
sys/netinet/tcp_stacks/rack_bbr_common.c