Searched refs:bnep_proto (Results 1 - 1 of 1) sorted by relevance

/net/bluetooth/bnep/
H A Dsock.c182 static struct proto bnep_proto = { variable in typeref:struct:proto
198 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &bnep_proto);
227 err = proto_register(&bnep_proto, 0);
249 proto_unregister(&bnep_proto);
257 proto_unregister(&bnep_proto);

Completed in 3 milliseconds