Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Din_pcb.h881 extern void inp_decr_sndbytes_unsent(struct socket *, int32_t);
H A Din_pcb.c4101 inp_decr_sndbytes_unsent(struct socket *so, int32_t len) in inp_decr_sndbytes_unsent() function
4129 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()