Home
last modified time | relevance | path

Searched refs:TCPS_HAVERCVDSYN (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_fsm.h76 #define TCPS_HAVERCVDSYN(s) ((s) >= TCPS_SYN_RECEIVED) macro
/f-stack/freebsd/netinet/
H A Dtcp_fsm.h76 #define TCPS_HAVERCVDSYN(s) ((s) >= TCPS_SYN_RECEIVED) macro
H A Dtcp_output.c1672 if (TCPS_HAVERCVDSYN(tp->t_state)) { in tcp_output()
H A Dtcp_subr.c1902 if (TCPS_HAVERCVDSYN(tp->t_state)) { in tcp_drop()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c14014 if (TCPS_HAVERCVDSYN(tp->t_state)) { in rack_output()
H A Dbbr.c14043 if (TCPS_HAVERCVDSYN(tp->t_state)) { in bbr_output_wtime()