Searched refs:tcp_ecn_input_syn_sent (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_ecn.h | 43 void tcp_ecn_input_syn_sent(struct tcpcb *, uint16_t, int);
|
| H A D | tcp_ecn.c | 119 tcp_ecn_input_syn_sent(struct tcpcb *tp, uint16_t thflags, int iptos) in tcp_ecn_input_syn_sent() function
|
| H A D | tcp_input.c | 2036 tcp_ecn_input_syn_sent(tp, thflags, iptos); in tcp_do_segment() 2178 tcp_ecn_input_syn_sent(tp, thflags, iptos); in tcp_do_segment()
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.c | 771 tcp_ecn_input_syn_sent(tp, tcp_get_flags(th), iptos); in ctf_challenge_ack()
|
| H A D | rack.c | 12731 tcp_ecn_input_syn_sent(tp, thflags, iptos); in rack_do_syn_sent()
|