tcp: improve NOINET builds

Reported by:	bz
MFC after:	1 week
Sponsored by:	Netflix, Inc.
This commit is contained in:
Michael Tuexen
2026-03-04 15:18:58 +01:00
parent 546d925cb4
commit 3d69387ece
+3
View File
@@ -341,8 +341,11 @@ static struct inpcb *tcp_drop_syn_sent(struct inpcb *, int);
static char * tcp_log_addr(struct in_conninfo *inc, struct tcphdr *th,
const void *ip4hdr, const void *ip6hdr);
static void tcp_default_switch_failed(struct tcpcb *tp);
#ifdef INET
static ipproto_ctlinput_t tcp_ctlinput;
static udp_tun_icmp_t tcp_ctlinput_viaudp;
#endif
static struct tcp_function_block tcp_def_funcblk = {
.tfb_tcp_block_name = "freebsd",