Searched refs:inp_get_sndbytes_allunsent (Results 1 – 3 of 3) sorted by relevance
865 extern int32_t inp_get_sndbytes_allunsent(struct socket *, u_int32_t);
3922 unsent = inp_get_sndbytes_allunsent(so, th_ack); in inp_count_sndbytes()3996 len = inp_get_sndbytes_allunsent(so, th_ack); in inp_decr_sndbytes_allunsent()
4419 inp_get_sndbytes_allunsent(struct socket *so, u_int32_t th_ack) in inp_get_sndbytes_allunsent() function