Home
last modified time | relevance | path

Searched refs:bt_sock_alloc (Results 1 – 9 of 9) sorted by relevance

/linux/net/bluetooth/bnep/
H A Dsock.c208 sk = bt_sock_alloc(net, sock, &bnep_proto, protocol, GFP_ATOMIC, kern); in bnep_sock_create()
/linux/net/bluetooth/hidp/
H A Dsock.c259 sk = bt_sock_alloc(net, sock, &hidp_proto, protocol, GFP_ATOMIC, kern); in hidp_sock_create()
/linux/net/bluetooth/
H A Daf_bluetooth.c143 struct sock *bt_sock_alloc(struct net *net, struct socket *sock, in bt_sock_alloc() function
170 EXPORT_SYMBOL(bt_sock_alloc);
H A Dsco.c560 sk = bt_sock_alloc(net, sock, &sco_proto, proto, prio, kern); in sco_sock_alloc()
H A Dl2cap_sock.c1878 sk = bt_sock_alloc(net, sock, &l2cap_proto, proto, prio, kern); in l2cap_sock_alloc()
H A Dhci_sock.c2202 sk = bt_sock_alloc(net, sock, &hci_sk_proto, protocol, GFP_ATOMIC, in hci_sock_create()
H A Diso.c881 sk = bt_sock_alloc(net, sock, &iso_proto, proto, prio, kern); in iso_sock_alloc()
/linux/include/net/bluetooth/
H A Dbluetooth.h408 struct sock *bt_sock_alloc(struct net *net, struct socket *sock,
/linux/net/bluetooth/rfcomm/
H A Dsock.c281 sk = bt_sock_alloc(net, sock, &rfcomm_proto, proto, prio, kern); in rfcomm_sock_alloc()