Searched refs:sb_sndptroff (Results 1 – 5 of 5) sorted by relevance
335 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 …]
405 db_printf("sb_sndptroff: %u\n", sb->sb_sndptroff); in db_print_sockbuf()
95 u_int sb_sndptroff; /* (a) byte offset of ptr into chain */ member
1940 sb->sb_sndptroff += m->m_len; in tcp_m_copym()2059 sb->sb_sndptroff += m->m_len; in tcp_m_copym()