Home
last modified time | relevance | path

Searched refs:IS_FASTOPEN (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_output.c249 if (IS_FASTOPEN(tp->t_flags) && in tcp_output()
446 if (IS_FASTOPEN(tp->t_flags) && in tcp_output()
474 if (IS_FASTOPEN(tp->t_flags) && in tcp_output()
812 if (IS_FASTOPEN(tp->t_flags) && in tcp_output()
886 if (IS_FASTOPEN(tp->t_flags) && wanted_cookie && in tcp_output()
H A Dtcp_usrreq.c502 if (IS_FASTOPEN(tp->t_flags)) in tcp_usr_listen()
553 if (IS_FASTOPEN(tp->t_flags)) in tcp6_usr_listen()
978 if (IS_FASTOPEN(tp->t_flags) && in tcp_usr_rcvd()
1229 if (IS_FASTOPEN(tp->t_flags)) in tcp_usr_send()
1293 if (IS_FASTOPEN(tp->t_flags)) in tcp_usr_send()
2665 !(tp->t_state > TCPS_LISTEN && IS_FASTOPEN(tp->t_flags))) { in tcp_disconnect()
H A Dtcp_input.c1675 if (IS_FASTOPEN(tp->t_flags)) { in tcp_do_segment()
1967 if (IS_FASTOPEN(tp->t_flags)) { in tcp_do_segment()
2037 if (IS_FASTOPEN(tp->t_flags) && in tcp_do_segment()
2402 IS_FASTOPEN(tp->t_flags)) { in tcp_do_segment()
2438 if (IS_FASTOPEN(tp->t_flags) && tp->t_tfo_pending) { in tcp_do_segment()
2456 if (!IS_FASTOPEN(tp->t_flags)) in tcp_do_segment()
3102 IS_FASTOPEN(tp->t_flags)); in tcp_do_segment()
H A Dtcp_var.h417 #define IS_FASTOPEN(t_flags) (false) macro
419 #define IS_FASTOPEN(t_flags) (t_flags & TF_FASTOPEN) macro
H A Dtcp_syncache.c1511 if (V_tcp_fastopen_server_enable && IS_FASTOPEN(tp->t_flags) && in syncache_add()
H A Dtcp_subr.c2877 if (IS_FASTOPEN(tp->t_flags)) in tcp_drop_syn_sent()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h417 #define IS_FASTOPEN(t_flags) (false) macro
419 #define IS_FASTOPEN(t_flags) (t_flags & TF_FASTOPEN) macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c8614 IS_FASTOPEN(tp->t_flags)); in rack_process_data()
9228 if (IS_FASTOPEN(tp->t_flags) && in rack_do_syn_sent()
9384 if (IS_FASTOPEN(tp->t_flags)) { in rack_do_syn_recv()
9464 if (IS_FASTOPEN(tp->t_flags)) { in rack_do_syn_recv()
9499 if (!IS_FASTOPEN(tp->t_flags)) in rack_do_syn_recv()
11013 if (IS_FASTOPEN(tp->t_flags)) { in rack_do_segment_nounlock()
11954 if (IS_FASTOPEN(tp->t_flags) && in rack_output()
12029 if (IS_FASTOPEN(tp->t_flags) && in rack_output()
12425 if (IS_FASTOPEN(tp->t_flags) && in rack_output()
12450 if (IS_FASTOPEN(tp->t_flags) && in rack_output()
[all …]
H A Dbbr.c8294 IS_FASTOPEN(tp->t_flags)); in bbr_process_data()
8902 if (IS_FASTOPEN(tp->t_flags) && in bbr_do_syn_sent()
9064 if (IS_FASTOPEN(tp->t_flags)) { in bbr_do_syn_recv()
9144 if (IS_FASTOPEN(tp->t_flags)) { in bbr_do_syn_recv()
9200 if (!IS_FASTOPEN(tp->t_flags)) in bbr_do_syn_recv()
11533 if (IS_FASTOPEN(tp->t_flags)) { in bbr_do_segment_nounlock()
12221 if (IS_FASTOPEN(tp->t_flags) && in bbr_output_wtime()
12542 if (IS_FASTOPEN(tp->t_flags) && in bbr_output_wtime()
12573 if (IS_FASTOPEN(tp->t_flags) && in bbr_output_wtime()
13009 if (IS_FASTOPEN(tp->t_flags) && in bbr_output_wtime()
[all …]