Home
last modified time | relevance | path

Searched refs:tce (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c165 struct tcp_cont *tce = NULL; in interpret_slp() local
174 tce = find_tcp_cont(dst_port); in interpret_slp()
175 if (tce) { in interpret_slp()
176 if (add_tcp_cont(tce, slp, fraglen)) { in interpret_slp()
177 slp = tce->msg; in interpret_slp()
178 fraglen = tce->curr_offset; in interpret_slp()
183 if (*(char *)slp == 2 || tce) in interpret_slp()
623 struct tcp_cont *tce = malloc(sizeof (*tce)); in reg_tcp_cont() local
631 tce->dst_port = dst_port; in reg_tcp_cont()
632 tce->msg = malloc(totallen); in reg_tcp_cont()
[all …]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c160 mib2_tcpConnEntry_t tce; in tcp_snmp_get() local
206 tce_size = LEGACY_MIB_SIZE(&tce, mib2_tcpConnEntry_t); in tcp_snmp_get()
247 tce6.tcp6ConnState = tce.tcpConnState = in tcp_snmp_get()
249 if (tce.tcpConnState == MIB2_TCP_established || in tcp_snmp_get()
250 tce.tcpConnState == MIB2_TCP_closeWait) in tcp_snmp_get()
352 tce.tcpConnRemAddress = INADDR_ANY; in tcp_snmp_get()
353 tce.tcpConnLocalAddress = INADDR_ANY; in tcp_snmp_get()
355 tce.tcpConnRemAddress = in tcp_snmp_get()
357 tce.tcpConnLocalAddress = in tcp_snmp_get()
360 tce.tcpConnLocalPort = ntohs(connp->conn_lport); in tcp_snmp_get()
[all …]
/illumos-gate/usr/src/cmd/oawk/
H A Db.c832 wchar_t tcs, tce; in insert_table() local
848 tce = table->cc_ce; in insert_table()
859 tce = table->cc_ce; in insert_table()
867 ce = tce; in insert_table()
871 MLCMPLE(ns, cs, tne, (tce + 1))) { in insert_table()
879 if (MLCMPLE(ne, ce, tne, tce)) { in insert_table()
975 wchar_t tce; in delete_table() local
984 tce = table->cc_ce; in delete_table()
987 else if (MLCMPLT(ne, ce, tne, tce)) { in delete_table()
1003 tce = cs - 1; in delete_table()
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_classify.h66 hxge_tcam_entry_t tce; member
H A Dhxge_pfc.c79 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()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp.h129 tcam_entry_t tce; member
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1516 (void *) &nxgep->classifier.tcam_entries[location].tce, in nxge_add_tcam_entry()
1585 (void *) &nxgep->classifier.tcam_entries[location].tce, in nxge_tcam_handle_ip_fragment()
2446 tp = &tcam_ep->tce; in nxge_get_tcam_entry()
2527 tp = &tcam_ep->tce; in nxge_del_tcam_entry()
/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
5813 struct xstorm_fcoe_tce tce /* TX section task context */; member