Home
last modified time | relevance | path

Searched refs:sb_mtlstail (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Duipc_sockbuf.c839 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()
H A Duipc_ktls.c1004 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()
/f-stack/tools/compat/include/sys/
H A Dsockbuf.h111 struct mbuf *sb_mtlstail; /* (a) last mbuf in TLS chain */ member
/f-stack/freebsd/sys/
H A Dsockbuf.h111 struct mbuf *sb_mtlstail; /* (a) last mbuf in TLS chain */ member