Searched refs:PF_BLUETOOTH (Results 1 - 11 of 11) sorted by relevance
/linux-4.4.14/net/bluetooth/bnep/ |
H A D | sock.c | 167 .family = PF_BLUETOOTH, 205 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &bnep_proto, kern); bnep_sock_create() 225 .family = PF_BLUETOOTH,
|
/linux-4.4.14/net/bluetooth/cmtp/ |
H A D | sock.c | 170 .family = PF_BLUETOOTH, 208 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &cmtp_proto, kern); cmtp_sock_create() 229 .family = PF_BLUETOOTH,
|
/linux-4.4.14/net/bluetooth/hidp/ |
H A D | sock.c | 200 .family = PF_BLUETOOTH, 238 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hidp_proto, kern); hidp_sock_create() 259 .family = PF_BLUETOOTH,
|
/linux-4.4.14/net/bluetooth/ |
H A D | af_bluetooth.c | 705 .family = PF_BLUETOOTH, 765 sock_unregister(PF_BLUETOOTH); bt_init() 781 sock_unregister(PF_BLUETOOTH); bt_exit() 795 MODULE_ALIAS_NETPROTO(PF_BLUETOOTH); variable
|
H A D | hci_sock.c | 1434 .family = PF_BLUETOOTH, 1471 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hci_sk_proto, kern); hci_sock_create() 1489 .family = PF_BLUETOOTH,
|
H A D | l2cap_sock.c | 1579 sk = sk_alloc(net, PF_BLUETOOTH, prio, &l2cap_proto, kern); l2cap_sock_alloc() 1635 .family = PF_BLUETOOTH, 1655 .family = PF_BLUETOOTH,
|
H A D | sco.c | 472 sk = sk_alloc(net, PF_BLUETOOTH, prio, &sco_proto, kern); sco_sock_alloc() 1192 .family = PF_BLUETOOTH, 1212 .family = PF_BLUETOOTH,
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
H A D | sock.c | 277 sk = sk_alloc(net, PF_BLUETOOTH, prio, &rfcomm_proto, kern); rfcomm_sock_alloc() 1035 .family = PF_BLUETOOTH, 1055 .family = PF_BLUETOOTH,
|
H A D | core.c | 203 err = sock_create_kern(&init_net, PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_L2CAP, sock); rfcomm_l2sock_create()
|
/linux-4.4.14/include/linux/ |
H A D | socket.h | 239 #define PF_BLUETOOTH AF_BLUETOOTH macro
|
/linux-4.4.14/include/net/bluetooth/ |
H A D | bluetooth.h | 34 #define PF_BLUETOOTH AF_BLUETOOTH macro
|
Completed in 224 milliseconds