Searched refs:PF_BLUETOOTH (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/net/bluetooth/cmtp/ |
D | sock.c | 170 .family = PF_BLUETOOTH, 208 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &cmtp_proto); in cmtp_sock_create() 229 .family = PF_BLUETOOTH,
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | sock.c | 167 .family = PF_BLUETOOTH, 205 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &bnep_proto); in bnep_sock_create() 225 .family = PF_BLUETOOTH,
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | sock.c | 200 .family = PF_BLUETOOTH, 238 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hidp_proto); in hidp_sock_create() 259 .family = PF_BLUETOOTH,
|
/linux-4.1.27/net/bluetooth/ |
D | af_bluetooth.c | 705 .family = PF_BLUETOOTH, 765 sock_unregister(PF_BLUETOOTH); in bt_init() 781 sock_unregister(PF_BLUETOOTH); in bt_exit() 795 MODULE_ALIAS_NETPROTO(PF_BLUETOOTH);
|
D | sco.c | 467 sk = sk_alloc(net, PF_BLUETOOTH, prio, &sco_proto); in sco_sock_alloc() 1172 .family = PF_BLUETOOTH, 1192 .family = PF_BLUETOOTH,
|
D | hci_sock.c | 1355 .family = PF_BLUETOOTH, 1392 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hci_sk_proto); in hci_sock_create() 1410 .family = PF_BLUETOOTH,
|
D | l2cap_sock.c | 1531 sk = sk_alloc(net, PF_BLUETOOTH, prio, &l2cap_proto); in l2cap_sock_alloc() 1587 .family = PF_BLUETOOTH, 1607 .family = PF_BLUETOOTH,
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
D | sock.c | 277 sk = sk_alloc(net, PF_BLUETOOTH, prio, &rfcomm_proto); in rfcomm_sock_alloc() 1031 .family = PF_BLUETOOTH, 1051 .family = PF_BLUETOOTH,
|
D | core.c | 203 err = sock_create_kern(PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_L2CAP, sock); in rfcomm_l2sock_create()
|
/linux-4.1.27/include/net/bluetooth/ |
D | bluetooth.h | 34 #define PF_BLUETOOTH AF_BLUETOOTH macro
|
/linux-4.1.27/include/linux/ |
D | socket.h | 239 #define PF_BLUETOOTH AF_BLUETOOTH macro
|