Home
last modified time | relevance | path

Searched refs:l2cap_is_socket (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/bluetooth/cmtp/
Dcore.c339 if (!l2cap_is_socket(sock)) in cmtp_add_connection()
/linux-4.1.27/net/bluetooth/hidp/
Dcore.c1299 if (!l2cap_is_socket(ctrl_sock) || !l2cap_is_socket(intr_sock)) in hidp_verify_sockets()
/linux-4.1.27/include/net/bluetooth/
Dl2cap.h909 bool l2cap_is_socket(struct socket *sock);
/linux-4.1.27/net/bluetooth/bnep/
Dcore.c569 if (!l2cap_is_socket(sock)) in bnep_add_connection()
/linux-4.1.27/net/bluetooth/
Dl2cap_sock.c48 bool l2cap_is_socket(struct socket *sock) in l2cap_is_socket() function
52 EXPORT_SYMBOL(l2cap_is_socket);