Searched refs:tcp_ecn_input_syn_sent (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/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 | 120 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 | 2086 tcp_ecn_input_syn_sent(tp, thflags, iptos); in tcp_do_segment() 2229 tcp_ecn_input_syn_sent(tp, thflags, iptos); in tcp_do_segment()
|
/freebsd-src/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.c | 775 tcp_ecn_input_syn_sent(tp, tcp_get_flags(th), iptos); in __ctf_process_rst()
|
H A D | rack.c | 12958 tcp_ecn_input_syn_sent(tp, thflags, iptos); in rack_process_data()
|