Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A 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()
H A Dl2cap_sock.c1474 bt_sock_reclassify_lock(sk, BTPROTO_L2CAP); in l2cap_sock_new_connection_cb()
/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h663 void bt_sock_reclassify_lock(struct sock *sk, int proto);
/openbmc/linux/net/bluetooth/rfcomm/
H A Dsock.c960 bt_sock_reclassify_lock(sk, BTPROTO_RFCOMM); in rfcomm_connect_ind()