Symbol: bt_sk
net/bluetooth/af_bluetooth.c
156
INIT_LIST_HEAD(&bt_sk(sk)->accept_q);
net/bluetooth/af_bluetooth.c
227
list_add_tail(&bt_sk(sk)->accept_q, &bt_sk(parent)->accept_q);
net/bluetooth/af_bluetooth.c
228
bt_sk(sk)->parent = parent;
net/bluetooth/af_bluetooth.c
259
list_del_init(&bt_sk(sk)->accept_q);
net/bluetooth/af_bluetooth.c
260
sk_acceptq_removed(bt_sk(sk)->parent);
net/bluetooth/af_bluetooth.c
261
bt_sk(sk)->parent = NULL;
net/bluetooth/af_bluetooth.c
274
list_for_each_entry_safe(s, n, &bt_sk(parent)->accept_q, accept_q) {
net/bluetooth/af_bluetooth.c
284
if (!bt_sk(sk)->parent) {
net/bluetooth/af_bluetooth.c
307
test_bit(BT_SK_DEFER_SETUP, &bt_sk(parent)->flags)) {
net/bluetooth/af_bluetooth.c
357
if (msg->msg_name && bt_sk(sk)->skb_msg_name)
net/bluetooth/af_bluetooth.c
358
bt_sk(sk)->skb_msg_name(skb, msg->msg_name,
net/bluetooth/af_bluetooth.c
361
if (test_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags)) {
net/bluetooth/af_bluetooth.c
368
if (test_bit(BT_SK_PKT_SEQNUM, &bt_sk(sk)->flags)) {
net/bluetooth/af_bluetooth.c
524
list_for_each_entry_safe(s, n, &bt_sk(parent)->accept_q, accept_q) {
net/bluetooth/af_bluetooth.c
527
(test_bit(BT_SK_DEFER_SETUP, &bt_sk(parent)->flags) &&
net/bluetooth/af_bluetooth.c
567
if (!test_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags) && sock_writeable(sk))
net/bluetooth/af_bluetooth.c
750
while (test_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags)) {
net/bluetooth/af_bluetooth.c
817
struct bt_sock *bt = bt_sk(sk);
net/bluetooth/hci_sock.c
280
if (bt_sk(sk)->parent && bt_sk(sk)->parent->sk_peer_pid)
net/bluetooth/hci_sock.c
281
sk = bt_sk(sk)->parent;
net/bluetooth/hidp/core.c
1340
ctrl = bt_sk(ctrl_sock->sk);
net/bluetooth/hidp/core.c
1341
intr = bt_sk(intr_sock->sk);
net/bluetooth/hidp/core.c
920
ctrl = bt_sk(ctrl_sock->sk);
net/bluetooth/hidp/core.c
921
intr = bt_sk(intr_sock->sk);
net/bluetooth/iso.c
1206
if (!test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/iso.c
1424
set_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1611
if (test_and_clear_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/iso.c
1777
set_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1779
clear_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1788
set_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1790
clear_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1799
set_bit(BT_SK_PKT_SEQNUM, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1801
clear_bit(BT_SK_PKT_SEQNUM, &bt_sk(sk)->flags);
net/bluetooth/iso.c
1875
if (put_user(test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags),
net/bluetooth/iso.c
1882
if (put_user(test_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags),
net/bluetooth/iso.c
2180
if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(parent)->flags))
net/bluetooth/iso.c
2307
if (!test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags) &&
net/bluetooth/iso.c
2390
if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags))
net/bluetooth/iso.c
253
parent = bt_sk(sk)->parent;
net/bluetooth/iso.c
370
if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/iso.c
416
} else if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/iso.c
474
if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/iso.c
515
} else if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/iso.c
882
bt_sk(sk)->flags = bt_sk(parent)->flags;
net/bluetooth/l2cap_sock.c
1212
&bt_sk(sk)->flags)) {
net/bluetooth/l2cap_sock.c
1620
parent = bt_sk(sk)->parent;
net/bluetooth/l2cap_sock.c
1706
parent = bt_sk(sk)->parent;
net/bluetooth/l2cap_sock.c
1725
parent = bt_sk(sk)->parent;
net/bluetooth/l2cap_sock.c
1744
clear_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags);
net/bluetooth/l2cap_sock.c
1775
set_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags);
net/bluetooth/l2cap_sock.c
1855
bt_sk(sk)->flags = bt_sk(parent)->flags;
net/bluetooth/l2cap_sock.c
1884
bt_sk(sk)->skb_msg_name = l2cap_skb_msg_name;
net/bluetooth/l2cap_sock.c
531
test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags))) {
net/bluetooth/l2cap_sock.c
609
if (put_user(test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags),
net/bluetooth/l2cap_sock.c
943
test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) ||
net/bluetooth/l2cap_sock.c
946
set_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags);
net/bluetooth/l2cap_sock.c
965
set_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/l2cap_sock.c
968
clear_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/rfcomm/core.c
1967
if (list_empty(&bt_sk(sock->sk)->accept_q))
net/bluetooth/rfcomm/sock.c
248
&bt_sk(parent)->flags);
net/bluetooth/rfcomm/sock.c
711
set_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/rfcomm/sock.c
713
clear_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/rfcomm/sock.c
80
parent = bt_sk(sk)->parent;
net/bluetooth/rfcomm/sock.c
844
if (put_user(test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags),
net/bluetooth/rfcomm/sock.c
977
if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(parent)->flags))
net/bluetooth/sco.c
1001
set_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags);
net/bluetooth/sco.c
1003
clear_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags);
net/bluetooth/sco.c
1087
test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags))) {
net/bluetooth/sco.c
1105
test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags))) {
net/bluetooth/sco.c
1161
if (put_user(test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags),
net/bluetooth/sco.c
1189
if (put_user(test_bit(BT_SK_PKT_STATUS, &bt_sk(sk)->flags),
net/bluetooth/sco.c
1411
if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(parent)->flags))
net/bluetooth/sco.c
1443
if (test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags))
net/bluetooth/sco.c
569
bt_sk(sk)->flags = bt_sk(parent)->flags;
net/bluetooth/sco.c
917
test_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags)) {
net/bluetooth/sco.c
958
set_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);
net/bluetooth/sco.c
960
clear_bit(BT_SK_DEFER_SETUP, &bt_sk(sk)->flags);