Searched refs:conn_list (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_data.c148 LIST_FOREACH(conn, &port->conn_list, port_link) {
204 LIST_FOREACH(conn, &port->conn_list, port_link) {
H A Dcc_port.c85 LIST_INIT(&port->conn_list);
130 while (!LIST_EMPTY(&port->conn_list))
131 cc_conn_abort(LIST_FIRST(&port->conn_list), shutdown);
389 while (!LIST_EMPTY(&port->conn_list))
390 cc_conn_destroy(LIST_FIRST(&port->conn_list));
538 LIST_FOREACH(conn, &port->conn_list, port_link)
H A Dcc_dump.c292 LIST_FOREACH(c, &p->conn_list, port_link)
H A Dccpriv.h124 struct ccconn_list conn_list; /* list of connections */ member in struct:ccport
H A Dcc_conn.c260 LIST_INSERT_HEAD(&port->conn_list, conn, port_link);
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.c340 list_for_each_entry_safe(curr, tmp, &ig.connlist, conn_list) {
343 list_del(&iser_conn->conn_list);
430 list_add(&iser_conn->conn_list, &ig.connlist);
H A Dicl_iser.h437 struct list_head conn_list; member in struct:iser_conn
/freebsd-11-stable/usr.sbin/ctladm/
H A Dctladm.c2808 STAILQ_HEAD(,cctl_islist_conn) conn_list;
2846 STAILQ_INSERT_TAIL(&islist->conn_list, cur_conn, links);
2966 STAILQ_INIT(&islist.conn_list);
3032 STAILQ_FOREACH(conn, &islist.conn_list, links) {
3052 STAILQ_FOREACH(conn, &islist.conn_list, links) {

Completed in 134 milliseconds