Searched refs:tcp_ecn_output_established (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/netinet/ |
H A D | tcp_ecn.h | 47 int tcp_ecn_output_established(struct tcpcb *, uint16_t *, int, bool);
|
H A D | tcp_ecn.c | 404 tcp_ecn_output_established(struct tcpcb *tp, uint16_t *thflags, int len, bool rxmit) in tcp_ecn_output_established() function
|
H A D | tcp_output.c | 1210 int ect = tcp_ecn_output_established(tp, &flags, len, sack_rxmit); in tcp_default_output()
|
H A D | tcp_subr.c | 1941 ect = tcp_ecn_output_established(tp, &flags, 0, false); in tcp_respond()
|
/freebsd-src/sys/netinet/tcp_stacks/ |
H A D | rack.c | 18693 int ect = tcp_ecn_output_established(tp, &flags, len, true); in rack_get_pacing_delay() 19258 int ect = tcp_ecn_output_established(tp, &flags, len, false); in rack_log_queue_level() 21731 int ect = tcp_ecn_output_established(tp, &flags, len, sack_rxmit); in rack_output()
|