tcp: improve NOINET builds
Reported by: bz MFC after: 1 week Sponsored by: Netflix, Inc.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user