Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.h855 extern void inp_decr_sndbytes_total(struct socket *, int);
H A Dtcp_output.c3155 inp_decr_sndbytes_total(so, so->so_snd.sb_cc); in tcp_ip_output()
H A Din_pcb.c3883 inp_decr_sndbytes_total(struct socket *so, int32_t len) in inp_decr_sndbytes_total() function
/xnu-8019.80.24/bsd/kern/
H A Duipc_socket2.c1845 inp_decr_sndbytes_total(sb->sb_so, len); in sbdrop()
2403 inp_decr_sndbytes_total(sb->sb_so, m->m_len); in sbfree()