With the recent commit of ktls, we no longer have a

sb_tls_flags, its just the sb_flags. Also the ratelimit
code, now that the defintion is in sockbuf.h, does not
need the ktls.h file (or its predecessor).

Sponsored by:	Netflix Inc
This commit is contained in:
Randall Stewart 2019-09-11 15:41:36 +00:00
parent de96322b74
commit 6f32ca1936
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352215

View File

@ -45,9 +45,6 @@ __FBSDID("$FreeBSD$");
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#ifdef KERN_TLS
#include <sys/sockbuf_tls.h>
#endif
#include <sys/sysctl.h>
#include <sys/eventhandler.h>
#include <sys/mutex.h>
@ -1069,7 +1066,7 @@ tcp_set_pacing_rate(struct tcpcb *tp, struct ifnet *ifp,
return (NULL);
}
#ifdef KERN_TLS
if (tp->t_inpcb->inp_socket->so_snd.sb_tls_flags & SB_TLS_IFNET) {
if (tp->t_inpcb->inp_socket->so_snd.sb_flags & SB_TLS_IFNET) {
/*
* We currently can't do both TLS and hardware
* pacing