Searched refs:tcpstate (Results 1 – 8 of 8) sorted by relevance
35 pool.conf server tcpstate
487 int32_t tcpstate; in tcp_sendmsg() local505 tcpstate = tcp->tcp_state; in tcp_sendmsg()506 if (tcpstate < TCPS_ESTABLISHED) { in tcp_sendmsg()514 return ((tcpstate == TCPS_SYN_SENT) ? ENOTCONN : in tcp_sendmsg()516 } else if (tcpstate > TCPS_CLOSE_WAIT) { in tcp_sendmsg()
212 int tcpstate; in tcp_wput_data() local224 tcpstate = tcp->tcp_state; in tcp_wput_data()241 if (tcpstate < TCPS_SYN_SENT || tcpstate > TCPS_CLOSE_WAIT || in tcp_wput_data()377 if (tcpstate == TCPS_SYN_RCVD) { in tcp_wput_data()
94 tcpstate.d \
110 file path=usr/share/ipfilter/examples/tcpstate
141 file path=usr/demo/dtrace/tcpstate.d
4617 int tcpstate; in tcp_wput_data() local4630 tcpstate = tcp->tcp_state; in tcp_wput_data()4643 if (tcpstate < TCPS_SYN_SENT || tcpstate > TCPS_CLOSE_WAIT || in tcp_wput_data()4729 if (tcpstate == TCPS_SYN_RCVD) { in tcp_wput_data()
984 usr/src/cmd/dtrace/demo/tcpstate.d