Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/cmtp/
Dsock.c175 .family = PF_BLUETOOTH,
210 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &cmtp_proto, kern); in cmtp_sock_create()
231 .family = PF_BLUETOOTH,
/Linux-v5.15/net/bluetooth/bnep/
Dsock.c172 .family = PF_BLUETOOTH,
207 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &bnep_proto, kern); in bnep_sock_create()
227 .family = PF_BLUETOOTH,
/Linux-v5.15/net/bluetooth/hidp/
Dsock.c223 .family = PF_BLUETOOTH,
258 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hidp_proto, kern); in hidp_sock_create()
279 .family = PF_BLUETOOTH,
/Linux-v5.15/net/bluetooth/
Daf_bluetooth.c711 .family = PF_BLUETOOTH,
772 sock_unregister(PF_BLUETOOTH); in bt_init()
788 sock_unregister(PF_BLUETOOTH); in bt_exit()
804 MODULE_ALIAS_NETPROTO(PF_BLUETOOTH);
Dsco.c491 sk = sk_alloc(net, PF_BLUETOOTH, prio, &sco_proto, kern); in sco_sock_alloc()
1253 .family = PF_BLUETOOTH,
1274 .family = PF_BLUETOOTH,
Dl2cap_sock.c1813 sk = sk_alloc(net, PF_BLUETOOTH, prio, &l2cap_proto, kern); in l2cap_sock_alloc()
1869 .family = PF_BLUETOOTH,
1890 .family = PF_BLUETOOTH,
Dhci_sock.c2016 .family = PF_BLUETOOTH,
2056 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hci_sk_proto, kern); in hci_sock_create()
2074 .family = PF_BLUETOOTH,
/Linux-v5.15/net/bluetooth/rfcomm/
Dsock.c276 sk = sk_alloc(net, PF_BLUETOOTH, prio, &rfcomm_proto, kern); in rfcomm_sock_alloc()
1034 .family = PF_BLUETOOTH,
1058 .family = PF_BLUETOOTH,
Dcore.c199 err = sock_create_kern(&init_net, PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_L2CAP, sock); in rfcomm_l2sock_create()
/Linux-v5.15/include/net/bluetooth/
Dbluetooth.h37 #define PF_BLUETOOTH AF_BLUETOOTH macro
/Linux-v5.15/tools/perf/trace/beauty/include/linux/
Dsocket.h266 #define PF_BLUETOOTH AF_BLUETOOTH macro
/Linux-v5.15/include/linux/
Dsocket.h266 #define PF_BLUETOOTH AF_BLUETOOTH macro
/Linux-v5.15/net/
Dsocket.c201 [PF_BLUETOOTH] = "PF_BLUETOOTH",
/Linux-v5.15/security/selinux/
Dhooks.c1305 case PF_BLUETOOTH: in socket_type_to_security_class()