protosw
struct protosw *so_protosw_get(const struct socket *);
void so_protosw_set(struct socket *, struct protosw *);
extern struct protosw inetsw[];
struct protosw *so_proto; /* protocol handle */
extern struct protosw *pffindproto(), *pffindtype();