Home
last modified time | relevance | path

Searched refs:bt_sock_reclassify_lock (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/net/bluetooth/
Daf_bluetooth.c71 void bt_sock_reclassify_lock(struct sock *sk, int proto) in bt_sock_reclassify_lock() function
80 EXPORT_SYMBOL(bt_sock_reclassify_lock);
134 bt_sock_reclassify_lock(sock->sk, proto); in bt_sock_create()
Dl2cap_sock.c1481 bt_sock_reclassify_lock(sk, BTPROTO_L2CAP); in l2cap_sock_new_connection_cb()
/linux-6.1.9/include/net/bluetooth/
Dbluetooth.h632 void bt_sock_reclassify_lock(struct sock *sk, int proto);
/linux-6.1.9/net/bluetooth/rfcomm/
Dsock.c971 bt_sock_reclassify_lock(sk, BTPROTO_RFCOMM); in rfcomm_connect_ind()