Home
last modified time | relevance | path

Searched refs:TCPS_LISTEN (Results 1 – 17 of 17) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dtcp.d35 #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 Dtcp_fsm.h45 #define TCPS_LISTEN 1 /* listening for connection */ macro
H A Dtoecore.c226 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 Dtcp_usrreq.c388 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 Dtcp_input.c1023 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 Dtcp_subr.c1064 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 Dtcp_syncache.c1003 TCP_PROBE6(state__change, NULL, tp, NULL, tp, NULL, TCPS_LISTEN); in syncache_socket()
/freebsd/usr.sbin/tcpdrop/
H A Dtcpdrop.c110 state == TCPS_LISTEN) in main()
258 if (xtp->t_state == TCPS_LISTEN) in tcpdropall()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_dbg.h149 ENUM2STR(TCPS_LISTEN), in sdp_state_str()
H A Dsdp_main.c520 ssk->state = TCPS_LISTEN; in sdp_listen()
631 case TCPS_LISTEN: in sdp_usrclosed()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dtcp92 state == TCPS_LISTEN ? "LISTEN" :
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c318 case TCPS_LISTEN: in op_tcpconn()
/freebsd/tools/tools/switch_tls/
H A Dswitch_tls.c253 if (xtp->t_state == TCPS_LISTEN) in tcpswitchall()
/freebsd/usr.bin/netstat/
H A Dinet.c283 (istcp && tp->t_state == TCPS_LISTEN) in protopr()
/freebsd/usr.bin/sockstat/
H A Dsockstat.c1260 s->state != TCPS_LISTEN))) { in displaysock()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c745 (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 Drack.c6551 (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()