Searched defs:tce (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_classify.h68 hxge_tcam_entry_t tce; member in struct:_tcam_flow_spec
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c105 mib2_tcpConnEntry_t tce; local
146 tce_size = LEGACY_MIB_SIZE(&tce, mib2_tcpConnEntry_t);
191 tce6.tcp6ConnState = tce.tcpConnState =
193 if (tce.tcpConnState == MIB2_TCP_established ||
194 tce.tcpConnState == MIB2_TCP_closeWait)
300 tce.tcpConnRemAddress = INADDR_ANY;
301 tce.tcpConnLocalAddress = INADDR_ANY;
303 tce.tcpConnRemAddress =
305 tce.tcpConnLocalAddress =
308 tce
428 mib2_tcpConnEntry_t *tce = (mib2_tcpConnEntry_t *)ptr; local
[all...]
/illumos-gate/usr/src/cmd/oawk/
H A Db.c834 wchar_t tcs, tce; local
850 tce = table->cc_ce;
861 tce = table->cc_ce;
869 ce = tce;
873 MLCMPLE(ns, cs, tne, (tce + 1))) {
881 if (MLCMPLE(ne, ce, tne, tce)) {
977 wchar_t tce; local
986 tce = table->cc_ce;
989 else if (MLCMPLT(ne, ce, tne, tce)) {
1005 tce
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c168 struct tcp_cont *tce = NULL; local
176 tce = find_tcp_cont(dst_port);
177 if (tce) {
178 if (add_tcp_cont(tce, slp, fraglen)) {
179 slp = tce->msg;
180 fraglen = tce->curr_offset;
185 if (*slp == 2 || tce)
624 struct tcp_cont *tce = malloc(sizeof (*tce)); local
632 tce
644 add_tcp_cont(struct tcp_cont *tce, char *msg, int fraglen) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp.h129 tcam_entry_t tce; member in struct:_tcam_flow_spec
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h5497 struct ustorm_fcoe_tce tce /* Task context */; member in struct:ustorm_fcoe_cache_ctx
5813 struct xstorm_fcoe_tce tce /* TX section task context */; member in struct:xstorm_fcoe_context_section

Completed in 135 milliseconds