Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.h919 extern void inp_decr_sndbytes_total(struct socket *, int);
H A Dtcp_output.c3628 inp_decr_sndbytes_total(so, so->so_snd.sb_cc); in tcp_ip_output()
H A Din_pcb.c4233 inp_decr_sndbytes_total(struct socket *so, int32_t len) in inp_decr_sndbytes_total() function
/xnu-11215.1.10/bsd/kern/
H A Duipc_socket2.c1902 inp_decr_sndbytes_total(sb->sb_so, len); in sbdrop()
2491 inp_decr_sndbytes_total(sb->sb_so, m->m_len); in sbfree()