Home
last modified time | relevance | path

Searched refs:phonet_protocol (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/net/phonet/
Dphonet.h105 struct phonet_protocol { struct
111 int phonet_proto_register(unsigned int protocol, struct phonet_protocol *pp); argument
112 void phonet_proto_unregister(unsigned int protocol, struct phonet_protocol *pp);
/linux-4.4.14/net/phonet/
Daf_phonet.c38 static struct phonet_protocol *proto_tab[PHONET_NPROTO] __read_mostly;
40 static struct phonet_protocol *phonet_proto_get(unsigned int protocol) in phonet_proto_get()
42 struct phonet_protocol *pp; in phonet_proto_get()
56 static inline void phonet_proto_put(struct phonet_protocol *pp) in phonet_proto_put()
68 struct phonet_protocol *pnp; in pn_socket_create()
473 struct phonet_protocol *pp) in phonet_proto_register()
495 void phonet_proto_unregister(unsigned int protocol, struct phonet_protocol *pp) in phonet_proto_unregister()
Ddatagram.c198 static struct phonet_protocol pn_dgram_proto = {
Dpep.c1352 static struct phonet_protocol pep_pn_proto = {