Searched refs:sb_mtlstail (Results 1 – 4 of 4) sorted by relevance
839 if (m != sb->sb_mtlstail) { in sblastmbufchk()841 __func__, sb->sb_mtls, sb->sb_mtlstail, m); in sblastmbufchk()946 sbcompress_ktls_rx(sb, m, sb->sb_mtlstail); in sbappend_ktls_rx()1414 sb->sb_mtlstail = m; in sbcompress_ktls_rx()1555 sb->sb_mtlstail = NULL; in sbcut_internal()
1004 sb->sb_mtlstail = m; in sb_mark_notready()1672 sb->sb_mtlstail = NULL; in ktls_detach_record()1689 sb->sb_mtlstail = NULL; in ktls_detach_record()1737 if (sb->sb_mtlstail == m) in ktls_detach_record()1738 sb->sb_mtlstail = n; in ktls_detach_record()
111 struct mbuf *sb_mtlstail; /* (a) last mbuf in TLS chain */ member