Home
last modified time | relevance | path

Searched refs:tcp_ecn_input_syn_sent (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_ecn.h43 void tcp_ecn_input_syn_sent(struct tcpcb *, uint16_t, int);
H A Dtcp_ecn.c120 tcp_ecn_input_syn_sent(struct tcpcb *tp, uint16_t thflags, int iptos) in tcp_ecn_input_syn_sent() function
H A Dtcp_input.c2088 tcp_ecn_input_syn_sent(tp, thflags, iptos); in tcp_do_segment()
2234 tcp_ecn_input_syn_sent(tp, thflags, iptos); in tcp_do_segment()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c832 tcp_ecn_input_syn_sent(tp, tcp_get_flags(th), iptos); in ctf_challenge_ack()
H A Drack.c14226 tcp_ecn_input_syn_sent(tp, thflags, iptos); in rack_do_syn_sent()