Searched refs:TCPS_CLOSE_WAIT (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dtcp_fsm.h51 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */ macro
52 /* states > TCPS_CLOSE_WAIT are those where user has closed */
56 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
67 #define TCP6S_CLOSE_WAIT TCPS_CLOSE_WAIT
H A Dtcp_usrreq.c1974 case TCPS_CLOSE_WAIT:
2026 case TCPS_CLOSE_WAIT:
2027 db_printf("TCPS_CLOSE_WAIT");
H A Dtcp_input.c2176 case TCPS_CLOSE_WAIT:
2316 tp->t_state > TCPS_CLOSE_WAIT && tlen) {
2487 case TCPS_CLOSE_WAIT:
3119 tcp_state_change(tp, TCPS_CLOSE_WAIT);
H A Dtcp_timer.c547 if (tp->t_state > TCPS_CLOSE_WAIT &&
/freebsd-11.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c247 tcps_states[TCPS_CLOSE_WAIT];
330 case TCPS_CLOSE_WAIT:
/freebsd-11.0-release/cddl/lib/libdtrace/
H A Dtcp.d45 #pragma D binding "1.6.3" TCPS_CLOSE_WAIT
46 inline int TCPS_CLOSE_WAIT = 5;
84 state == TCPS_CLOSE_WAIT ? "state-close-wait" :
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_dbg.h147 ENUM2STR(TCPS_CLOSE_WAIT),
H A Dsdp_cma.c413 if (ssk->state == TCPS_CLOSE_WAIT) {
415 "TCPS_CLOSE_WAIT taking reference to "
H A Dsdp_rx.c53 ssk->state = TCPS_CLOSE_WAIT;
H A Dsdp_main.c695 case TCPS_CLOSE_WAIT:
/freebsd-11.0-release/sys/netinet/tcp_stacks/
H A Dfastpath.c736 case TCPS_CLOSE_WAIT:
875 tp->t_state > TCPS_CLOSE_WAIT && tlen) {
1019 case TCPS_CLOSE_WAIT:
1612 tcp_state_change(tp, TCPS_CLOSE_WAIT);
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c1120 tp->t_state = TCPS_CLOSE_WAIT;
1241 return (tp->t_state == TCPS_CLOSE_WAIT ? EPIPE : ECONNRESET);
/freebsd-11.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1245 tp->t_state = TCPS_CLOSE_WAIT;
1423 return (tp->t_state == TCPS_CLOSE_WAIT ? EPIPE : ECONNRESET);

Completed in 133 milliseconds