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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Daf_bluetooth.c178 list_add_tail(&bt_sk(sk)->accept_q, &bt_sk(parent)->accept_q);
188 list_del_init(&bt_sk(sk)->accept_q);
202 list_for_each_safe(p, n, &bt_sk(parent)->accept_q) {
203 sk = (struct sock *) list_entry(p, struct bt_sock, accept_q);
272 list_for_each_safe(p, n, &bt_sk(parent)->accept_q) {
273 sk = (struct sock *) list_entry(p, struct bt_sock, accept_q);
H A Dsco.c415 INIT_LIST_HEAD(&bt_sk(sk)->accept_q);
H A Dl2cap.c944 INIT_LIST_HEAD(&bt_sk(sk)->accept_q);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/iucv/
H A Daf_iucv.h68 struct list_head accept_q; member in struct:iucv_sock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dbluetooth.h114 struct list_head accept_q; member in struct:bt_sock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/iucv/
H A Daf_iucv.c458 INIT_LIST_HEAD(&iucv_sk(sk)->accept_q);
538 list_add_tail(&iucv_sk(sk)->accept_q, &par->accept_q);
550 list_del_init(&iucv_sk(sk)->accept_q);
562 list_for_each_entry_safe(isk, n, &iucv_sk(parent)->accept_q, accept_q) {
1258 list_for_each_entry_safe(isk, n, &iucv_sk(parent)->accept_q, accept_q) {
1677 if (!list_empty(&iucv_sk(sk)->accept_q))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dsock.c301 INIT_LIST_HEAD(&bt_sk(sk)->accept_q);
H A Dcore.c1866 if (list_empty(&bt_sk(sock->sk)->accept_q))

Completed in 94 milliseconds