Searched refs:phonet_protocol (Results 1 – 4 of 4) sorted by relevance
105 struct phonet_protocol { struct111 int phonet_proto_register(unsigned int protocol, struct phonet_protocol *pp); argument112 void phonet_proto_unregister(unsigned int protocol, struct phonet_protocol *pp);
38 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()
198 static struct phonet_protocol pn_dgram_proto = {
1352 static struct phonet_protocol pep_pn_proto = {