Searched refs:PF_BLUETOOTH (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/net/bluetooth/bnep/ |
| D | sock.c | 172 .family = PF_BLUETOOTH, 209 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &bnep_proto, kern); in bnep_sock_create() 229 .family = PF_BLUETOOTH,
|
| /Linux-v5.4/net/bluetooth/cmtp/ |
| D | sock.c | 175 .family = PF_BLUETOOTH, 212 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &cmtp_proto, kern); in cmtp_sock_create() 233 .family = PF_BLUETOOTH,
|
| /Linux-v5.4/net/bluetooth/hidp/ |
| D | sock.c | 223 .family = PF_BLUETOOTH, 260 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hidp_proto, kern); in hidp_sock_create() 281 .family = PF_BLUETOOTH,
|
| /Linux-v5.4/net/bluetooth/ |
| D | af_bluetooth.c | 710 .family = PF_BLUETOOTH, 771 sock_unregister(PF_BLUETOOTH); in bt_init() 787 sock_unregister(PF_BLUETOOTH); in bt_exit() 803 MODULE_ALIAS_NETPROTO(PF_BLUETOOTH);
|
| D | sco.c | 474 sk = sk_alloc(net, PF_BLUETOOTH, prio, &sco_proto, kern); in sco_sock_alloc() 1181 .family = PF_BLUETOOTH, 1202 .family = PF_BLUETOOTH,
|
| D | l2cap_sock.c | 1593 sk = sk_alloc(net, PF_BLUETOOTH, prio, &l2cap_proto, kern); in l2cap_sock_alloc() 1649 .family = PF_BLUETOOTH, 1670 .family = PF_BLUETOOTH,
|
| D | hci_sock.c | 1969 .family = PF_BLUETOOTH, 2006 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hci_sk_proto, kern); in hci_sock_create() 2024 .family = PF_BLUETOOTH,
|
| /Linux-v5.4/net/bluetooth/rfcomm/ |
| D | sock.c | 279 sk = sk_alloc(net, PF_BLUETOOTH, prio, &rfcomm_proto, kern); in rfcomm_sock_alloc() 1028 .family = PF_BLUETOOTH, 1049 .family = PF_BLUETOOTH,
|
| D | core.c | 203 err = sock_create_kern(&init_net, PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_L2CAP, sock); in rfcomm_l2sock_create()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | bluetooth.h | 37 #define PF_BLUETOOTH AF_BLUETOOTH macro
|
| /Linux-v5.4/include/linux/ |
| D | socket.h | 249 #define PF_BLUETOOTH AF_BLUETOOTH macro
|
| /Linux-v5.4/security/selinux/ |
| D | hooks.c | 1294 case PF_BLUETOOTH: in socket_type_to_security_class()
|