accept_q          247 include/net/bluetooth/bluetooth.h 	struct list_head accept_q;
accept_q          119 include/net/iucv/af_iucv.h 	struct list_head	accept_q;
accept_q          168 net/bluetooth/af_bluetooth.c 	list_add_tail(&bt_sk(sk)->accept_q, &bt_sk(parent)->accept_q);
accept_q          187 net/bluetooth/af_bluetooth.c 	list_del_init(&bt_sk(sk)->accept_q);
accept_q          202 net/bluetooth/af_bluetooth.c 	list_for_each_entry_safe(s, n, &bt_sk(parent)->accept_q, accept_q) {
accept_q          439 net/bluetooth/af_bluetooth.c 	list_for_each_entry_safe(s, n, &bt_sk(parent)->accept_q, accept_q) {
accept_q         1598 net/bluetooth/l2cap_sock.c 	INIT_LIST_HEAD(&bt_sk(sk)->accept_q);
accept_q         1929 net/bluetooth/rfcomm/core.c 	if (list_empty(&bt_sk(sock->sk)->accept_q))
accept_q          284 net/bluetooth/rfcomm/sock.c 	INIT_LIST_HEAD(&bt_sk(sk)->accept_q);
accept_q          479 net/bluetooth/sco.c 	INIT_LIST_HEAD(&bt_sk(sk)->accept_q);
accept_q          578 net/iucv/af_iucv.c 	INIT_LIST_HEAD(&iucv->accept_q);
accept_q          663 net/iucv/af_iucv.c 	list_add_tail(&iucv_sk(sk)->accept_q, &par->accept_q);
accept_q          675 net/iucv/af_iucv.c 	list_del_init(&iucv_sk(sk)->accept_q);
accept_q          687 net/iucv/af_iucv.c 	list_for_each_entry_safe(isk, n, &iucv_sk(parent)->accept_q, accept_q) {
accept_q         1504 net/iucv/af_iucv.c 	list_for_each_entry_safe(isk, n, &iucv_sk(parent)->accept_q, accept_q) {
accept_q          234 net/smc/af_smc.c 	INIT_LIST_HEAD(&smc->accept_q);
accept_q          929 net/smc/af_smc.c 	list_add_tail(&smc_sk(sk)->accept_q, &par->accept_q);
accept_q          940 net/smc/af_smc.c 	list_del_init(&smc_sk(sk)->accept_q);
accept_q          955 net/smc/af_smc.c 	list_for_each_entry_safe(isk, n, &smc_sk(parent)->accept_q, accept_q) {
accept_q         1594 net/smc/af_smc.c 	if (!list_empty(&isk->accept_q))
accept_q          201 net/smc/smc.h  	struct list_head	accept_q;	/* sockets to be accepted */