Home
last modified time | relevance | path

Searched defs:th_ack (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dsack_filter.c115 sack_filter_prune(struct sack_filter * sf,tcp_seq th_ack) sack_filter_prune() argument
306 sack_filter_new(struct sack_filter * sf,struct sackblk * in,int numblks,tcp_seq th_ack) sack_filter_new() argument
501 sack_filter_blks(struct sack_filter * sf,struct sackblk * in,int numblks,tcp_seq th_ack) sack_filter_blks() argument
628 tcp_seq th_ack, snd_una, snd_max = 0; main() local
[all...]
H A Dtailq_hash.c319 tqhash_trim(struct tailq_hash *hs, uint32_t th_ack) in tqhash_trim()
357 uint32_t th_ack) in tqhash_update_end()
H A Drack.c2811 int flag, uint32_t th_ack, int line) in rack_log_map_chg() argument
3618 rack_enough_for_measurement(struct tcpcb *tp, struct tcp_rack *rack, tcp_seq th_ack, uint8_t *quality) in rack_enough_for_measurement() argument
4910 rack_do_goodput_measurement(struct tcpcb * tp,struct tcp_rack * rack,tcp_seq th_ack,int line,uint8_t quality) rack_do_goodput_measurement() argument
5484 rack_ack_received(struct tcpcb * tp,struct tcp_rack * rack,uint32_t th_ack,uint16_t nsegs,uint16_t type,int32_t post_recovery) rack_ack_received() argument
5648 rack_post_recovery(struct tcpcb * tp,uint32_t th_ack) rack_post_recovery() argument
8869 rack_update_rtt(struct tcpcb * tp,struct tcp_rack * rack,struct rack_sendmap * rsm,struct tcpopt * to,uint32_t cts,int32_t ack_type,tcp_seq th_ack) rack_update_rtt() argument
9175 rack_need_set_test(struct tcpcb * tp,struct tcp_rack * rack,struct rack_sendmap * rsm,tcp_seq th_ack,int line,int use_which) rack_need_set_test() argument
10105 rack_peer_reneges(struct tcp_rack * rack,struct rack_sendmap * rsm,tcp_seq th_ack) rack_peer_reneges() argument
10232 rack_process_to_cumack(struct tcpcb * tp,struct tcp_rack * rack,register uint32_t th_ack,uint32_t cts,struct tcpopt * to,uint64_t acktime) rack_process_to_cumack() argument
10735 rack_update_prr(struct tcpcb * tp,struct tcp_rack * rack,uint32_t changed,tcp_seq th_ack) rack_update_prr() argument
10805 register uint32_t th_ack; rack_log_ack() local
11079 rack_strike_dupack(struct tcp_rack * rack,tcp_seq th_ack) rack_strike_dupack() argument
11685 rack_req_check_for_comp(struct tcp_rack * rack,tcp_seq th_ack) rack_req_check_for_comp() argument
12106 rack_collapsed_window(struct tcp_rack * rack,uint32_t out,tcp_seq th_ack,int line) rack_collapsed_window() argument
[all...]
H A Dbbr.c2139 uint32_t prev_acked, int32_t meth, uint32_t target, uint32_t th_ack, int32_t line) in bbr_log_type_cwndupd()
6761 struct bbr_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, uint32_t th_ack) in bbr_update_rtt()
7189 bbr_peer_reneges(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, tcp_seq th_ack) in bbr_peer_reneges()
7291 register uint32_t th_ack; in bbr_log_ack() local
H A Dtcp_bbr.h235 uint32_t th_ack; member
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtcp.h42 uint32_t th_ack; /* (u) */ member
/freebsd/contrib/tcpdump/
H A Dtcp.h44 nd_uint32_t th_ack; /* acknowledgement number */ member
/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c158 uint32_t th_ack, uint16_t th_win) in tcp_lro_log()
H A Dtcp_sack.c559 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) in tcp_sack_doack()
H A Dtcp.h52 tcp_seq th_ack; /* acknowledgement number */ member
H A Dtcp_subr.c4528 tcp_req_find_a_req_that_is_completed_by(struct tcpcb *tp, tcp_seq th_ack, int *ip) in tcp_req_find_a_req_that_is_completed_by()