Searched refs:TCPS_LISTEN (Results 1 – 17 of 17) sorted by relevance
/freebsd/cddl/lib/libdtrace/ |
H A D | tcp.d | 35 #pragma D binding "1.6.3" TCPS_LISTEN 36 inline int TCPS_LISTEN = 1; variable 62 inline int TCP_STATE_LISTEN = TCPS_LISTEN; 106 state == TCPS_LISTEN ? "state-listen" :
|
/freebsd/sys/netinet/ |
H A D | tcp_fsm.h | 45 #define TCPS_LISTEN 1 /* listening for connection */ macro
|
H A D | toecore.c | 226 if (tp->t_state != TCPS_LISTEN) in toe_listen_start() 244 KASSERT(tp->t_state == TCPS_LISTEN, in toe_listen_start_event() 259 KASSERT(tp->t_state == TCPS_LISTEN, in toe_listen_stop_event()
|
H A D | tcp_usrreq.c | 388 tcp_state_change(tp, TCPS_LISTEN); in tcp_usr_listen() 452 tcp_state_change(tp, TCPS_LISTEN); in tcp6_usr_listen() 970 if (tp->t_state == TCPS_LISTEN) { in tcp_usr_send() 2309 if ((tp->t_state > TCPS_LISTEN) && in tcp_default_ctloutput() 2380 (tp->t_state != TCPS_LISTEN)) { in tcp_default_ctloutput() 2385 if (tp->t_state == TCPS_LISTEN) { in tcp_default_ctloutput() 2681 !(tp->t_state > TCPS_LISTEN && (tp->t_flags & TF_FASTOPEN))) { in tcp_disconnect() 2717 case TCPS_LISTEN: in tcp_usrclosed() 2781 case TCPS_LISTEN: in db_print_tstate()
|
H A D | tcp_input.c | 1023 if ((tp->t_port != port) && (tp->t_state > TCPS_LISTEN)) { in tcp_input_with_port() 1047 KASSERT(tp->t_state == TCPS_LISTEN || !SOLISTENING(so), in tcp_input_with_port() 1049 if (tp->t_state == TCPS_LISTEN && SOLISTENING(so)) { in tcp_input_with_port() 1544 KASSERT(tp->t_state > TCPS_LISTEN, ("%s: TCPS_LISTEN", in tcp_do_segment()
|
H A D | tcp_subr.c | 1064 if (tp->t_state <= TCPS_LISTEN || tp->t_state >= TCPS_TIME_WAIT) in tcp_default_fb_init() 2133 (tp->t_state > TCPS_LISTEN && tp->t_port != port)), in tcp_respond() 2532 if (tp->t_state == TCPS_LISTEN) in tcp_close()
|
H A D | tcp_syncache.c | 1003 TCP_PROBE6(state__change, NULL, tp, NULL, tp, NULL, TCPS_LISTEN); in syncache_socket()
|
/freebsd/usr.sbin/tcpdrop/ |
H A D | tcpdrop.c | 110 state == TCPS_LISTEN) in main() 258 if (xtp->t_state == TCPS_LISTEN) in tcpdropall()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_dbg.h | 149 ENUM2STR(TCPS_LISTEN), in sdp_state_str()
|
H A D | sdp_main.c | 520 ssk->state = TCPS_LISTEN; in sdp_listen() 631 case TCPS_LISTEN: in sdp_usrclosed()
|
/freebsd/cddl/usr.sbin/dwatch/libexec/ |
H A D | tcp | 92 state == TCPS_LISTEN ? "LISTEN" :
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_tcp.c | 318 case TCPS_LISTEN: in op_tcpconn()
|
/freebsd/tools/tools/switch_tls/ |
H A D | switch_tls.c | 253 if (xtp->t_state == TCPS_LISTEN) in tcpswitchall()
|
/freebsd/usr.bin/netstat/ |
H A D | inet.c | 283 (istcp && tp->t_state == TCPS_LISTEN) in protopr()
|
/freebsd/usr.bin/sockstat/ |
H A D | sockstat.c | 1260 s->state != TCPS_LISTEN))) { in displaysock()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 745 (tp->t_state == TCPS_LISTEN)) { in bbr_start_hpts_timer() 5184 if (tp->t_state == TCPS_LISTEN) { in bbr_process_timers() 10169 (tp->t_state == TCPS_LISTEN)) { in bbr_handoff_ok() 10276 case TCPS_LISTEN: in bbr_set_state() 11308 KASSERT(tp->t_state > TCPS_LISTEN, ("%s: TCPS_LISTEN", in bbr_do_segment_nounlock()
|
H A D | rack.c | 6551 (tp->t_state == TCPS_LISTEN)) { in rack_start_hpts_timer() 7971 if (tp->t_state == TCPS_LISTEN) { in rack_process_timers() 14995 (tp->t_state == TCPS_LISTEN)) { in rack_handoff_ok() 15192 case TCPS_LISTEN: in rack_set_state() 16523 KASSERT(tp->t_state > TCPS_LISTEN, ("%s: TCPS_LISTEN", in rack_do_segment_nounlock()
|