Searched defs:th_ack (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | tcp_rack.c | 210 tcp_rack_update_reordering_window(struct tcpcb *tp, tcp_seq th_ack) in tcp_rack_update_reordering_window()
|
| H A D | tcp_sack.c | 433 tcp_seq old_snd_fack = 0, th_ack = th->th_ack; in tcp_sack_doack() local
|
| H A D | tcp_subr.c | 3946 tcp_rxtseg_detect_bad_rexmt(struct tcpcb *tp, tcp_seq th_ack) in tcp_rxtseg_detect_bad_rexmt() 4220 tcp_seg_collect_acked(struct tcpcb *tp, struct tcp_seg_sent *seg, tcp_seq th_ack, in tcp_seg_collect_acked() 4287 tcp_segs_doack(struct tcpcb *tp, tcp_seq th_ack, struct tcpopt *to) in tcp_segs_doack() 5224 inp_get_sndbytes_allunsent(struct socket *so, u_int32_t th_ack) in inp_get_sndbytes_allunsent()
|
| H A D | tcp.h | 97 tcp_seq th_ack; /* acknowledgement number */ member
|
| H A D | in_pcb.c | 4191 inp_count_sndbytes(struct inpcb *inp, u_int32_t th_ack) in inp_count_sndbytes() 4275 inp_decr_sndbytes_allunsent(struct socket *so, u_int32_t th_ack) in inp_decr_sndbytes_allunsent()
|
| H A D | tcp_input.c | 6574 u_int32_t tsecr, tcp_seq th_ack) in tcp_xmit_timer()
|
| /xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1425 tcp_seq *th_ack = &stcp->th_ack; in flow_agg_merge_hdr() local
|