Home
last modified time | relevance | path

Searched refs:sb_sndptroff (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Duipc_sockbuf.c335 sb->sb_sndptroff = 0; in sbfree()
337 if (sb->sb_sndptroff != 0) in sbfree()
338 sb->sb_sndptroff -= m->m_len; in sbfree()
1507 if (sb->sb_sndptroff != 0) in sbcut_internal()
1508 sb->sb_sndptroff -= len; in sbcut_internal()
1619 if (sb->sb_sndptr == NULL || sb->sb_sndptroff > off) { in sbsndptr_noadv()
1623 sb->sb_sndptroff = 0; in sbsndptr_noadv()
1628 off -= sb->sb_sndptroff; in sbsndptr_noadv()
1652 sb->sb_sndptroff += m->m_len; in sbsndptr_adv()
1677 if (sb->sb_sndptr == NULL || sb->sb_sndptroff > off) { in sbsndmbuf()
[all …]
H A Duipc_debug.c405 db_printf("sb_sndptroff: %u\n", sb->sb_sndptroff); in db_print_sockbuf()
/f-stack/tools/compat/include/sys/
H A Dsockbuf.h95 u_int sb_sndptroff; /* (a) byte offset of ptr into chain */ member
/f-stack/freebsd/sys/
H A Dsockbuf.h95 u_int sb_sndptroff; /* (a) byte offset of ptr into chain */ member
/f-stack/freebsd/netinet/
H A Dtcp_output.c1940 sb->sb_sndptroff += m->m_len; in tcp_m_copym()
2059 sb->sb_sndptroff += m->m_len; in tcp_m_copym()