Searched refs:inp_incr_sndbytes_total (Results 1 – 3 of 3) sorted by relevance
924 extern void inp_incr_sndbytes_total(struct socket *, int);
4206 inp_incr_sndbytes_total(so, so->so_snd.sb_cc); in inp_count_sndbytes()4217 inp_incr_sndbytes_total(struct socket *so, int32_t len) in inp_incr_sndbytes_total() function
1733 inp_incr_sndbytes_total(sb->sb_so, in sbcompress()2467 inp_incr_sndbytes_total(sb->sb_so, m->m_len); in sballoc()