Home
last modified time | relevance | path

Searched refs:conn_num (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/net/bluetooth/
Dhci_sock.h151 __u16 conn_num; member
/linux-4.4.14/net/bluetooth/
Dhci_conn.c1419 if (!req.conn_num || req.conn_num > (PAGE_SIZE * 2) / sizeof(*ci)) in hci_get_conn_list()
1422 size = sizeof(req) + req.conn_num * sizeof(*ci); in hci_get_conn_list()
1444 if (++n >= req.conn_num) in hci_get_conn_list()
1450 cl->conn_num = n; in hci_get_conn_list()
Dhci_core.c3894 int cnt, q, conn_num = 0; in hci_chan_sent() local
3909 conn_num++; in hci_chan_sent()
3935 if (hci_conn_num(hdev, type) == conn_num) in hci_chan_sent()