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
605 extern struct protosw *pffindproto_locked(int, int, int);
606 extern struct protosw *pffindprotonotype(int, int);
607 extern struct protosw *pffindtype(int, int);
609 extern int net_add_proto(struct protosw *, struct domain *, int)
611 extern void net_init_proto(struct protosw *, struct domain *);
622 extern struct protosw *pffindproto(int family, int protocol, int type)
625 extern int net_add_proto(struct protosw *, struct domain *);
627 extern struct protosw *pffindproto(int family, int protocol, int type);