diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 2020-04-14 14:46:06 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2020-04-14 14:46:06 +0000 |
| commit | 23feb563485c385ca15e1d1762380145a443d672 (patch) | |
| tree | fc31d333168c0dc6c2029884077a84a3e14878bb /sys/netinet/ip_output.c | |
| parent | 51a16c84120280288e372241a29d9ab802cd0b95 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_output.c')
| -rw-r--r-- | sys/netinet/ip_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 9d41a07808d2..f6323c9ce683 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -231,7 +231,7 @@ ip_output_send(struct inpcb *inp, struct ifnet *ifp, struct mbuf *m, * dropping the mbuf's reference) in if_output. */ if (m->m_next != NULL && mbuf_has_tls_session(m->m_next)) { - tls = ktls_hold(m->m_next->m_ext.ext_pgs->tls); + tls = ktls_hold(m->m_next->m_ext_pgs.tls); mst = tls->snd_tag; /* |
