Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Din_pcb.h930 extern void inp_decr_sndbytes_allunsent(struct socket *, u_int32_t);
H A Dtcp_output.c3641 inp_decr_sndbytes_allunsent(so, tp->snd_una); in tcp_ip_output()
H A Din_pcb.c4275 inp_decr_sndbytes_allunsent(struct socket *so, u_int32_t th_ack) in inp_decr_sndbytes_allunsent() function
H A Dtcp_subr.c1672 inp_decr_sndbytes_allunsent(so, tp->snd_una); in tcp_close()