Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Din_pcb.h885 extern int32_t inp_get_sndbytes_allunsent(struct socket *, u_int32_t);
H A Din_pcb.c4097 unsent = inp_get_sndbytes_allunsent(so, th_ack); in inp_count_sndbytes()
4171 len = inp_get_sndbytes_allunsent(so, th_ack); in inp_decr_sndbytes_allunsent()
H A Dtcp_subr.c4416 inp_get_sndbytes_allunsent(struct socket *so, u_int32_t th_ack) in inp_get_sndbytes_allunsent() function