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
611 extern struct protosw *pffindproto_locked(int, int, int);
612 extern struct protosw *pffindprotonotype(int, int);
613 extern struct protosw *pffindtype(int, int);
615 extern int net_add_proto(struct protosw *, struct domain *, int)
617 extern void net_init_proto(struct protosw *, struct domain *);
627 extern struct protosw *pffindproto(int family, int protocol, int type)
630 extern int net_add_proto(struct protosw *, struct domain *);
632 extern struct protosw *pffindproto(int family, int protocol, int type);