Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Daf_bluetooth.c143 struct sock *bt_sock_alloc(struct net *net, struct socket *sock, in bt_sock_alloc() function
171 EXPORT_SYMBOL(bt_sock_alloc);
H A Dsco.c618 sk = bt_sock_alloc(net, sock, &sco_proto, proto, prio, kern); in sco_sock_alloc()
H A Dl2cap_sock.c1981 sk = bt_sock_alloc(net, sock, &l2cap_proto, proto, prio, kern); in l2cap_sock_alloc()
H A Diso.c1006 sk = bt_sock_alloc(net, sock, &iso_proto, proto, prio, kern); in iso_sock_alloc()
/linux/net/bluetooth/rfcomm/
H A Dsock.c292 sk = bt_sock_alloc(net, sock, &rfcomm_proto, proto, prio, kern); in rfcomm_sock_alloc()