Searched refs:ipcl_get_next_conn (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_cluster.c | 116 ipcl_get_next_conn(connfp, connp, IPCL_TCPCONN)) != NULL) { in cl_tcp_walk_list_stack()
|
H A D | tcp_stats.c | 178 ipcl_get_next_conn(connfp, connp, IPCL_TCPCONN)) != NULL) { in tcp_snmp_get() 581 ipcl_get_next_conn(connfp, connp, IPCL_TCPCONN)) != NULL) { in tcp_kstat_update()
|
/titanic_41/usr/src/uts/common/inet/udp/ |
H A D | udp_stats.c | 144 while ((connp = ipcl_get_next_conn(connfp, connp, in udp_snmp_get()
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ipclassifier.h | 696 extern conn_t *ipcl_get_next_conn(connf_t *, conn_t *, uint32_t);
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ipclassifier.c | 2647 ipcl_get_next_conn(connf_t *connfp, conn_t *connp, uint32_t conn_flags) in ipcl_get_next_conn() function
|