Home
last modified time | relevance | path

Searched refs:PF_BLUETOOTH (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/net/bluetooth/bnep/
Dsock.c167 .family = PF_BLUETOOTH,
204 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &bnep_proto, kern); in bnep_sock_create()
224 .family = PF_BLUETOOTH,
/Linux-v4.19/net/bluetooth/cmtp/
Dsock.c170 .family = PF_BLUETOOTH,
207 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &cmtp_proto, kern); in cmtp_sock_create()
228 .family = PF_BLUETOOTH,
/Linux-v4.19/net/bluetooth/hidp/
Dsock.c200 .family = PF_BLUETOOTH,
237 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hidp_proto, kern); in hidp_sock_create()
258 .family = PF_BLUETOOTH,
/Linux-v4.19/net/bluetooth/
Daf_bluetooth.c708 .family = PF_BLUETOOTH,
769 sock_unregister(PF_BLUETOOTH); in bt_init()
785 sock_unregister(PF_BLUETOOTH); in bt_exit()
801 MODULE_ALIAS_NETPROTO(PF_BLUETOOTH);
Dsco.c474 sk = sk_alloc(net, PF_BLUETOOTH, prio, &sco_proto, kern); in sco_sock_alloc()
1191 .family = PF_BLUETOOTH,
1211 .family = PF_BLUETOOTH,
Dl2cap_sock.c1590 sk = sk_alloc(net, PF_BLUETOOTH, prio, &l2cap_proto, kern); in l2cap_sock_alloc()
1646 .family = PF_BLUETOOTH,
1666 .family = PF_BLUETOOTH,
Dhci_sock.c1970 .family = PF_BLUETOOTH,
2007 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hci_sk_proto, kern); in hci_sock_create()
2025 .family = PF_BLUETOOTH,
/Linux-v4.19/net/bluetooth/rfcomm/
Dsock.c279 sk = sk_alloc(net, PF_BLUETOOTH, prio, &rfcomm_proto, kern); in rfcomm_sock_alloc()
1038 .family = PF_BLUETOOTH,
1058 .family = PF_BLUETOOTH,
Dcore.c203 err = sock_create_kern(&init_net, PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_L2CAP, sock); in rfcomm_l2sock_create()
/Linux-v4.19/include/net/bluetooth/
Dbluetooth.h37 #define PF_BLUETOOTH AF_BLUETOOTH macro
/Linux-v4.19/include/linux/
Dsocket.h248 #define PF_BLUETOOTH AF_BLUETOOTH macro
/Linux-v4.19/security/selinux/
Dhooks.c1446 case PF_BLUETOOTH: in socket_type_to_security_class()