Home
last modified time | relevance | path

Searched refs:tcp_ecn_output_established (Results 1 – 5 of 5) sorted by last modified time

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c20232 int ect = tcp_ecn_output_established(tp, &flags, len, true); in rack_fast_rsm_output()
20797 int ect = tcp_ecn_output_established(tp, &flags, len, false); in rack_fast_output()
23360 int ect = tcp_ecn_output_established(tp, &flags, len, sack_rxmit); in rack_output()
/freebsd/sys/netinet/
H A Dtcp_output.c1202 int ect = tcp_ecn_output_established(tp, &flags, len, sack_rxmit); in tcp_default_output()
H A Dtcp_subr.c2003 ect = tcp_ecn_output_established(tp, &flags, 0, false); in tcp_respond()
H A Dtcp_ecn.c404 tcp_ecn_output_established(struct tcpcb *tp, uint16_t *thflags, int len, bool rxmit) in tcp_ecn_output_established() function
H A Dtcp_ecn.h47 int tcp_ecn_output_established(struct tcpcb *, uint16_t *, int, bool);