Home
last modified time | relevance | path

Searched refs:ipcl_get_next_conn (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_cluster.c116 ipcl_get_next_conn(connfp, connp, IPCL_TCPCONN)) != NULL) { in cl_tcp_walk_list_stack()
H A Dtcp_stats.c178 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 Dudp_stats.c144 while ((connp = ipcl_get_next_conn(connfp, connp, in udp_snmp_get()
/titanic_41/usr/src/uts/common/inet/
H A Dipclassifier.h696 extern conn_t *ipcl_get_next_conn(connf_t *, conn_t *, uint32_t);
/titanic_41/usr/src/uts/common/inet/ip/
H A Dipclassifier.c2647 ipcl_get_next_conn(connf_t *connfp, conn_t *connp, uint32_t conn_flags) in ipcl_get_next_conn() function