Home
last modified time | relevance | path

Searched refs:conn_list (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_connection.cpp504 TcpKeepKey* conn_list = (TcpKeepKey*)_keep_hash->HashFindData(&key); in GetTcpKeepConn() local
505 if ((NULL == conn_list) || (NULL == conn_list->GetFirstConn())) in GetTcpKeepConn()
514 conn = conn_list->GetFirstConn(); in GetTcpKeepConn()
515 conn_list->RemoveConn(conn); in GetTcpKeepConn()
533 if (!conn_list) in RemoveTcpKeepConn()
540 conn_list->RemoveConn(conn); in RemoveTcpKeepConn()
557 if (!conn_list) in CacheTcpKeepConn()
559 conn_list = new TcpKeepKey(conn->GetDestAddr()); in CacheTcpKeepConn()
560 if (!conn_list) { in CacheTcpKeepConn()
564 _keep_hash->HashInsert(conn_list); in CacheTcpKeepConn()
[all …]
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_port.c85 LIST_INIT(&port->conn_list); in cc_port_create()
130 while (!LIST_EMPTY(&port->conn_list)) in cc_port_destroy()
131 cc_conn_abort(LIST_FIRST(&port->conn_list), shutdown); in cc_port_destroy()
389 while (!LIST_EMPTY(&port->conn_list)) in cc_port_stop()
390 cc_conn_destroy(LIST_FIRST(&port->conn_list)); in cc_port_stop()
538 LIST_FOREACH(conn, &port->conn_list, port_link) in find_cref()
H A Dcc_data.c148 LIST_FOREACH(conn, &port->conn_list, port_link) { in cc_get_extended_status()
204 LIST_FOREACH(conn, &port->conn_list, port_link) { in cc_get_extended_status()
H A Dcc_dump.c292 LIST_FOREACH(c, &p->conn_list, port_link) in cc_dump_port()
H A Dccpriv.h124 struct ccconn_list conn_list; /* list of connections */ member
H A Dcc_conn.c260 LIST_INSERT_HEAD(&port->conn_list, conn, port_link); in cc_conn_ins_port()
/f-stack/dpdk/lib/librte_vhost/
H A Dsocket.c33 struct vhost_user_connection_list conn_list; member
273 TAILQ_INSERT_TAIL(&vsocket->conn_list, conn, next); in vhost_user_add_connection()
328 TAILQ_REMOVE(&vsocket->conn_list, conn, next); in vhost_user_read_cb()
869 TAILQ_INIT(&vsocket->conn_list); in rte_vhost_driver_register()
1026 for (conn = TAILQ_FIRST(&vsocket->conn_list); in rte_vhost_driver_unregister()
1050 TAILQ_REMOVE(&vsocket->conn_list, conn, next); in rte_vhost_driver_unregister()