Searched refs:bt_sock_reclassify_lock (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | af_bluetooth.c | 69 void bt_sock_reclassify_lock(struct sock *sk, int proto) in bt_sock_reclassify_lock() function 78 EXPORT_SYMBOL(bt_sock_reclassify_lock); variable 132 bt_sock_reclassify_lock(sock->sk, proto); in bt_sock_create()
|
H A D | l2cap_sock.c | 1482 bt_sock_reclassify_lock(sk, BTPROTO_L2CAP); in l2cap_sock_new_connection_cb()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | af_bluetooth.c | 71 void bt_sock_reclassify_lock(struct sock *sk, int proto) in bt_sock_reclassify_lock() function 80 EXPORT_SYMBOL(bt_sock_reclassify_lock); variable 134 bt_sock_reclassify_lock(sock->sk, proto); in bt_sock_create()
|
H A D | l2cap_sock.c | 1448 bt_sock_reclassify_lock(sk, BTPROTO_L2CAP); in l2cap_sock_new_connection_cb()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | bluetooth.h | 540 void bt_sock_reclassify_lock(struct sock *sk, int proto);
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | bluetooth.h | 650 void bt_sock_reclassify_lock(struct sock *sk, int proto);
|
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A D | sock.c | 959 bt_sock_reclassify_lock(sk, BTPROTO_RFCOMM); in rfcomm_connect_ind()
|
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/ |
H A D | sock.c | 964 bt_sock_reclassify_lock(sk, BTPROTO_RFCOMM); in rfcomm_connect_ind()
|
Completed in 11 milliseconds