Searched refs:TCPS_LISTEN (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dtcp_fsm.h46 #define TCPS_LISTEN 1 /* listening for connection */ macro
63 #define TCP6S_LISTEN TCPS_LISTEN
H A Dtoecore.c200 if (tp->t_state != TCPS_LISTEN)
218 KASSERT(tp->t_state == TCPS_LISTEN,
233 KASSERT(tp->t_state == TCPS_LISTEN,
H A Dtcp_usrreq.c403 tcp_state_change(tp, TCPS_LISTEN);
453 tcp_state_change(tp, TCPS_LISTEN);
1669 if ((tp->t_state > TCPS_LISTEN) &&
1738 if ((tp->t_state == TCPS_LISTEN) &&
1949 case TCPS_LISTEN:
2010 case TCPS_LISTEN:
2011 db_printf("TCPS_LISTEN");
H A Dtcp_input.c1031 (tp->t_state == TCPS_LISTEN && (thflags & TH_SYN) &&
1078 KASSERT(tp->t_state == TCPS_LISTEN, ("%s: so accepting but "
1405 } else if (tp->t_state == TCPS_LISTEN) {
1548 KASSERT(tp->t_state > TCPS_LISTEN, ("%s: TCPS_LISTEN",
H A Dtcp_subr.c1544 if (tp->t_state == TCPS_LISTEN)
/freebsd-11.0-release/cddl/lib/libdtrace/
H A Dtcp.d37 #pragma D binding "1.6.3" TCPS_LISTEN
38 inline int TCPS_LISTEN = 1;
80 state == TCPS_LISTEN ? "state-listen" :
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_dbg.h149 ENUM2STR(TCPS_LISTEN),
H A Dsdp_main.c557 ssk->state = TCPS_LISTEN;
668 case TCPS_LISTEN:
/freebsd-11.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c318 case TCPS_LISTEN:
/freebsd-11.0-release/usr.sbin/tcpdrop/
H A Dtcpdrop.c236 if (tp->t_state == TCPS_LISTEN)
/freebsd-11.0-release/sys/netinet/tcp_stacks/
H A Dfastpath.c1791 KASSERT(tp->t_state > TCPS_LISTEN, ("%s: TCPS_LISTEN",
2233 KASSERT(tp->t_state > TCPS_LISTEN, ("%s: TCPS_LISTEN",
/freebsd-11.0-release/usr.bin/netstat/
H A Dinet.c389 (istcp && tp->t_state == TCPS_LISTEN)

Completed in 218 milliseconds