Symbol: bt_sk
net/bluetooth/af_bluetooth.c
153
INIT_LIST_HEAD(&bt_sk(sk)->accept_q);
net/bluetooth/af_bluetooth.c
154
spin_lock_init(&bt_sk(sk)->accept_q_lock);
net/bluetooth/af_bluetooth.c
215
struct bt_sock *par = bt_sk(parent);
net/bluetooth/af_bluetooth.c
226
bt_sk(sk)->parent = parent;
net/bluetooth/af_bluetooth.c
229
list_add_tail(&bt_sk(sk)->accept_q, &par->accept_q);
net/bluetooth/af_bluetooth.c
258
struct sock *parent = bt_sk(sk)->parent;
net/bluetooth/af_bluetooth.c
262
spin_lock_bh(&bt_sk(parent)->accept_q_lock);
net/bluetooth/af_bluetooth.c
263
list_del_init(&bt_sk(sk)->accept_q);
net/bluetooth/af_bluetooth.c
265
spin_unlock_bh(&bt_sk(parent)->accept_q_lock);
net/bluetooth/af_bluetooth.c
266
bt_sk(sk)->parent = NULL;
net/bluetooth/af_bluetooth.c
273
struct bt_sock *bt = bt_sk(parent);
net/bluetooth/af_bluetooth.c
282
if (bt_sk(sk)->parent != parent)
net/bluetooth/af_bluetooth.c
285
if (!list_is_last(&bt_sk(sk)->accept_q, &bt->accept_q)) {
net/bluetooth/af_bluetooth.c
286
next = &list_next_entry(bt_sk(sk), accept_q)->sk;
net/bluetooth/af_bluetooth.c
314
if (bt_sk(sk)->parent != parent) {
net/bluetooth/af_bluetooth.c
333
test_bit(BT_SK_DEFER_SETUP, &bt_sk(parent)->flags)) {
net/bluetooth/af_bluetooth.c
386
if (msg->msg_name && bt_sk(sk)->skb_msg_name)
net/bluetooth/af_bluetooth.c
387
bt_sk(sk)->skb_msg_name(skb, msg->msg_name,
net/bluetooth/af_bluetooth.c
390
if (test_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags)) {
net/bluetooth/af_bluetooth.c
397
if (test_bit(BT_SK_PKT_SEQNUM, &bt_sk(sk)->flags)) {
net/bluetooth/af_bluetooth.c
550
struct bt_sock *bt = bt_sk(parent);
net/bluetooth/af_bluetooth.c
606
if (!test_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags) && sock_writeable(sk))
net/bluetooth/af_bluetooth.c
789
while (test_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags)) {
net/bluetooth/af_bluetooth.c
856
struct bt_sock *bt = bt_sk(sk);
net/bluetooth/hci_sock.c
278
if (bt_sk(sk)->parent && bt_sk(sk)->parent->sk_peer_pid)
net/bluetooth/hci_sock.c
279
sk = bt_sk(sk)->parent;
net/bluetooth/hidp/core.c
1377
ctrl = bt_sk(ctrl_sock->sk);
net/bluetooth/hidp/core.c
1378
intr = bt_sk(intr_sock->sk);
net/bluetooth/hidp/core.c
936
ctrl = bt_sk(ctrl_sock->sk);
net/bluetooth/hidp/core.c
937
intr = bt_sk(intr_sock->sk);
net/bluetooth/iso.c
1287
if (!test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/iso.c
1517
set_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1727
if (test_and_clear_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/iso.c
1893
set_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1895
clear_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1904
set_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1906
clear_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1915
set_bit(BT_SK_PKT_SEQNUM, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1917
clear_bit(BT_SK_PKT_SEQNUM, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1990
val = test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1998
val = test_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags);
net/bluetooth/iso.c
2323
if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(parent)->flags))
net/bluetooth/iso.c
2458
big_sync = !test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags) &&
net/bluetooth/iso.c
2550
if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags))
net/bluetooth/iso.c
287
parent = bt_sk(sk)->parent;
net/bluetooth/iso.c
432
if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/iso.c
477
} else if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/iso.c
542
if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/iso.c
582
} else if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/iso.c
961
bt_sk(sk)->flags = bt_sk(parent)->flags;
net/bluetooth/l2cap_sock.c
1228
&bt_sk(sk)->flags)) {
net/bluetooth/l2cap_sock.c
1690
parent = bt_sk(sk)->parent;
net/bluetooth/l2cap_sock.c
1779
parent = bt_sk(sk)->parent;
net/bluetooth/l2cap_sock.c
1798
parent = bt_sk(sk)->parent;
net/bluetooth/l2cap_sock.c
1817
clear_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags);
net/bluetooth/l2cap_sock.c
1851
set_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags);
net/bluetooth/l2cap_sock.c
1926
bt_sk(sk)->flags = bt_sk(parent)->flags;
net/bluetooth/l2cap_sock.c
1939
bt_sk(sk)->skb_msg_name = l2cap_skb_msg_name;
net/bluetooth/l2cap_sock.c
535
test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags))) {
net/bluetooth/l2cap_sock.c
614
opt = test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/l2cap_sock.c
959
test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) ||
net/bluetooth/l2cap_sock.c
962
set_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags);
net/bluetooth/l2cap_sock.c
981
set_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/l2cap_sock.c
984
clear_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/rfcomm/core.c
2020
if (list_empty(&bt_sk(sock->sk)->accept_q))
net/bluetooth/rfcomm/sock.c
258
&bt_sk(parent)->flags);
net/bluetooth/rfcomm/sock.c
726
set_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/rfcomm/sock.c
728
clear_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/rfcomm/sock.c
78
parent = bt_sk(sk)->parent;
net/bluetooth/rfcomm/sock.c
861
opt = test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/rfcomm/sock.c
972
defer_setup = test_bit(BT_SK_DEFER_SETUP, &bt_sk(parent)->flags);
net/bluetooth/sco.c
1039
set_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags);
net/bluetooth/sco.c
1041
clear_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags);
net/bluetooth/sco.c
1125
test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags))) {
net/bluetooth/sco.c
1143
test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags))) {
net/bluetooth/sco.c
1198
val = test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/sco.c
1228
val = test_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags);
net/bluetooth/sco.c
1461
if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(parent)->flags))
net/bluetooth/sco.c
1494
if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags))
net/bluetooth/sco.c
602
bt_sk(sk)->flags = bt_sk(parent)->flags;
net/bluetooth/sco.c
955
test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/sco.c
996
set_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/sco.c
998
clear_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);