Home
last modified time | relevance | path

Searched refs:tcps_state (Results 1 – 6 of 6) sorted by relevance

/freebsd/share/dtrace/
H A Dtcpstate40 newstate = args[3]->tcps_state;
41 oldstate = args[5]->tcps_state;
H A Dtcptrack76 newstate = args[3]->tcps_state;
77 oldstate = args[5]->tcps_state;
/freebsd/cddl/lib/libdtrace/
H A Dtcp.d129 int32_t tcps_state; /* TCP state */ member
166 int32_t tcps_state; /* previous TCP state */ member
227 tcps_state = p == NULL ? -1 : p->t_state;
297 tcps_state = s;
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dtcp164 this->to_state = (int32_t)args[3]->tcps_state;
169 this->from_state = (int32_t)args[5]->tcps_state;
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.remotetcpstate.ksh126 state_event[args[3]->tcps_state]++;
H A Dtst.localtcpstate.ksh129 state_event[args[3]->tcps_state]++;