Lines Matching refs:protosw
170 struct protosw {
218 struct protosw *pr_next; /* chain for domain */
255 struct protosw { struct
256 TAILQ_ENTRY(protosw) pr_entry; /* chain for domain */
258 struct protosw *pr_protosw; /* pointer to self */ argument
281 (struct protosw *, struct domain *); argument
601 extern struct protosw *pffindproto_locked(int, int, int);
602 extern struct protosw *pffindprotonotype(int, int);
603 extern struct protosw *pffindtype(int, int);
605 extern int net_add_proto(struct protosw *, struct domain *, int)
607 extern void net_init_proto(struct protosw *, struct domain *);
612 extern struct protosw *pffindproto(int family, int protocol, int type)
615 extern int net_add_proto(struct protosw *, struct domain *);
617 extern struct protosw *pffindproto(int family, int protocol, int type);