Searched refs:tce (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_stats.c | 105 mib2_tcpConnEntry_t tce; in tcp_snmp_get() local 146 tce_size = LEGACY_MIB_SIZE(&tce, mib2_tcpConnEntry_t); in tcp_snmp_get() 191 tce6.tcp6ConnState = tce.tcpConnState = in tcp_snmp_get() 193 if (tce.tcpConnState == MIB2_TCP_established || in tcp_snmp_get() 194 tce.tcpConnState == MIB2_TCP_closeWait) in tcp_snmp_get() 300 tce.tcpConnRemAddress = INADDR_ANY; in tcp_snmp_get() 301 tce.tcpConnLocalAddress = INADDR_ANY; in tcp_snmp_get() 303 tce.tcpConnRemAddress = in tcp_snmp_get() 305 tce.tcpConnLocalAddress = in tcp_snmp_get() 308 tce.tcpConnLocalPort = ntohs(connp->conn_lport); in tcp_snmp_get() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_slp.c | 168 struct tcp_cont *tce = NULL; in interpret_slp() local 176 tce = find_tcp_cont(dst_port); in interpret_slp() 177 if (tce) { in interpret_slp() 178 if (add_tcp_cont(tce, slp, fraglen)) { in interpret_slp() 179 slp = tce->msg; in interpret_slp() 180 fraglen = tce->curr_offset; in interpret_slp() 185 if (*slp == 2 || tce) in interpret_slp() 624 struct tcp_cont *tce = malloc(sizeof (*tce)); in reg_tcp_cont() local 632 tce->dst_port = dst_port; in reg_tcp_cont() 633 tce->msg = malloc(totallen); in reg_tcp_cont() [all …]
|
/titanic_50/usr/src/cmd/oawk/ |
H A D | b.c | 834 wchar_t tcs, tce; in insert_table() local 850 tce = table->cc_ce; in insert_table() 861 tce = table->cc_ce; in insert_table() 869 ce = tce; in insert_table() 873 MLCMPLE(ns, cs, tne, (tce + 1))) { in insert_table() 881 if (MLCMPLE(ne, ce, tne, tce)) { in insert_table() 977 wchar_t tce; in delete_table() local 986 tce = table->cc_ce; in delete_table() 989 else if (MLCMPLT(ne, ce, tne, tce)) { in delete_table() 1005 tce = cs - 1; in delete_table() [all …]
|
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_classify.h | 68 hxge_tcam_entry_t tce; member
|
H A D | hxge_pfc.c | 79 bcopy((void *)&hxgep->classifier.tcam_entries[location].tce, in hxge_tcam_dump_entry() 235 (void *) &hxgep->classifier.tcam_entries[location].tce, in hxge_tcam_default_add_entry()
|
/titanic_50/usr/src/uts/common/sys/nxge/ |
H A D | nxge_fflp.h | 129 tcam_entry_t tce; member
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 1519 (void *) &nxgep->classifier.tcam_entries[location].tce, in nxge_add_tcam_entry() 1588 (void *) &nxgep->classifier.tcam_entries[location].tce, in nxge_tcam_handle_ip_fragment() 2455 tp = &tcam_ep->tce; in nxge_get_tcam_entry() 2536 tp = &tcam_ep->tce; in nxge_del_tcam_entry()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/ |
H A D | 5710_hsi.h | 5497 struct ustorm_fcoe_tce tce /* Task context */; member 5813 struct xstorm_fcoe_tce tce /* TX section task context */; member
|