Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Din_pcb.h931 extern void inp_decr_sndbytes_unsent(struct socket *, int32_t);
H A Din_pcb.c4278 inp_decr_sndbytes_unsent(struct socket *so, int32_t len) in inp_decr_sndbytes_unsent() function
4306 inp_decr_sndbytes_unsent(so, len); in inp_decr_sndbytes_allunsent()
H A Dtcp_output.c2461 inp_decr_sndbytes_unsent(so, len); in tcp_output()