Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Din_pcb.h933 extern void inp_decr_sndbytes_allunsent(struct socket *, u_int32_t);
H A Dtcp_output.c3731 inp_decr_sndbytes_allunsent(so, tp->snd_una); in tcp_ip_output()
H A Din_pcb.c4297 inp_decr_sndbytes_allunsent(struct socket *so, u_int32_t th_ack) in inp_decr_sndbytes_allunsent() function
H A Dtcp_subr.c1682 inp_decr_sndbytes_allunsent(so, tp->snd_una); in tcp_close()