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