Home
last modified time | relevance | path

Searched refs:inp_incr_sndbytes_total (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/netinet/
H A Din_pcb.h877 extern void inp_incr_sndbytes_total(struct socket *, int);
H A Din_pcb.c4051 inp_incr_sndbytes_total(so, so->so_snd.sb_cc); in inp_count_sndbytes()
4062 inp_incr_sndbytes_total(struct socket *so, int32_t len) in inp_incr_sndbytes_total() function
/xnu-8796.141.3/bsd/kern/
H A Duipc_socket2.c1688 inp_incr_sndbytes_total(sb->sb_so, in sbcompress()
2422 inp_incr_sndbytes_total(sb->sb_so, m->m_len); in sballoc()