Home
last modified time | relevance | path

Searched refs:sie (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c75 mib2_socketInfoEntry_t *sie, psie; in udp_snmp_get() local
282 if ((sie = conn_get_socket_info(connp, &psie)) in udp_snmp_get()
284 sie->sie_connidx = v4_conn_idx; in udp_snmp_get()
287 sie->sie_flags |= in udp_snmp_get()
291 (char *)sie, sizeof (*sie)); in udp_snmp_get()
342 if ((sie = conn_get_socket_info(connp, in udp_snmp_get()
344 sie->sie_connidx = v6_conn_idx; in udp_snmp_get()
348 (char *)sie, sizeof (*sie)); in udp_snmp_get()
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_xfer.h56 sie :1, member
60 sie :1, member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c163 mib2_socketInfoEntry_t *sie, psie; in tcp_snmp_get() local
329 if ((sie = conn_get_socket_info(connp, in tcp_snmp_get()
331 sie->sie_connidx = v6_conn_idx; in tcp_snmp_get()
335 (char *)sie, sizeof (*sie)); in tcp_snmp_get()
383 if ((sie = conn_get_socket_info(connp, &psie)) in tcp_snmp_get()
385 sie->sie_connidx = v4_conn_idx; in tcp_snmp_get()
388 sie->sie_flags |= in tcp_snmp_get()
392 (char *)sie, sizeof (*sie)); in tcp_snmp_get()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c893 process_hash_find(const mib2_socketInfoEntry_t *sie, int type, int family) in process_hash_find() argument
896 uint_t idx = PROC_HASH(sie->sie_inode); in process_hash_find()
899 if (ph->ph_inode != sie->sie_inode) in process_hash_find()
901 if ((sie->sie_flags & MIB2_SOCKINFO_STREAM)) { in process_hash_find()
904 major(sie->sie_dev) == ph->ph_major) { in process_hash_find()
919 process_hash_get(const mib2_socketInfoEntry_t *sie, int type, int family) in process_hash_get() argument
923 if (sie != NULL && sie->sie_inode > 0 && in process_hash_get()
924 (ph = process_hash_find(sie, type, family)) != NULL) { in process_hash_get()
937 mib2_socketInfoEntry_t sie = { in process_hash_insert() local
943 slotp = process_hash_find(&sie, ph->ph_type, ph->ph_family); in process_hash_insert()
[all …]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c555 mib2_socketInfoEntry_t *sie, psie; in sctp_snmp_get_mib2() local
820 if ((sie = conn_get_socket_info(connp, &psie)) != NULL) { in sctp_snmp_get_mib2()
821 sie->sie_connidx = idx; in sctp_snmp_get_mib2()
825 (char *)sie, sizeof (*sie)); in sctp_snmp_get_mib2()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c2745 conn_get_socket_info(conn_t *connp, mib2_socketInfoEntry_t *sie) in conn_get_socket_info() argument
2802 bzero(sie, sizeof (*sie)); in conn_get_socket_info()
2804 sie->sie_flags = flags; in conn_get_socket_info()
2805 sie->sie_inode = attr.va_nodeid; in conn_get_socket_info()
2806 sie->sie_dev = attr.va_rdev; in conn_get_socket_info()
2808 return (sie); in conn_get_socket_info()
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.csr.s108 csrrs t1, sie, t2
H A Dtst.csr.out79 libdis_test+0x138: 73 a3 43 10 csrrs t1,sie,t2
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c596 iser_priv_data.sie = 1; in iser_ib_open_rc_channel()