Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Daf_bluetooth.c67 void bt_sock_reclassify_lock(struct sock *sk, int proto) in bt_sock_reclassify_lock() function
76 EXPORT_SYMBOL(bt_sock_reclassify_lock);
130 bt_sock_reclassify_lock(sock->sk, proto); in bt_sock_create()
Dl2cap_sock.c1202 bt_sock_reclassify_lock(sk, BTPROTO_L2CAP); in l2cap_sock_new_connection_cb()
/linux-4.1.27/include/net/bluetooth/
Dbluetooth.h374 void bt_sock_reclassify_lock(struct sock *sk, int proto);
/linux-4.1.27/net/bluetooth/rfcomm/
Dsock.c976 bt_sock_reclassify_lock(sk, BTPROTO_RFCOMM); in rfcomm_connect_ind()