Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Din_pcb.h864 extern void inp_decr_sndbytes_unsent(struct socket *, int32_t);
H A Din_pcb.c3969 inp_decr_sndbytes_unsent(struct socket *so, int32_t len) in inp_decr_sndbytes_unsent() function
3997 inp_decr_sndbytes_unsent(so, len); in inp_decr_sndbytes_allunsent()
H A Dtcp_output.c2270 inp_decr_sndbytes_unsent(so, len); in tcp_output()