Symbol: protosw
sys/kern/uipc_domain.c
152
struct protosw *
sys/kern/uipc_domain.c
156
struct protosw *pr;
sys/kern/uipc_domain.c
170
struct protosw *
sys/kern/uipc_domain.c
174
struct protosw *pr;
sys/kern/uipc_domain.c
175
struct protosw *maybe = NULL;
sys/kern/uipc_domain.c
200
struct protosw *pr;
sys/kern/uipc_domain.c
212
struct protosw *pr;
sys/kern/uipc_domain.c
224
struct protosw *pr;
sys/kern/uipc_domain.c
81
struct protosw *pr;
sys/kern/uipc_mbuf.c
975
struct protosw *pr;
sys/kern/uipc_msg.c
574
so_pr_ctlport(struct protosw *pr, int cmd, struct sockaddr *arg,
sys/kern/uipc_msg.c
595
so_pr_ctlinput(struct protosw *pr, int cmd, struct sockaddr *arg, void *extra)
sys/kern/uipc_msg.c
614
so_pr_ctlinput_direct(struct protosw *pr, int cmd, struct sockaddr *arg,
sys/kern/uipc_proto.c
48
static struct protosw localsw[] = {
sys/kern/uipc_socket.c
1269
struct protosw *pr = so->so_proto;
sys/kern/uipc_socket.c
1624
struct protosw *pr = so->so_proto;
sys/kern/uipc_socket.c
173
soalloc(int waitok, struct protosw *pr)
sys/kern/uipc_socket.c
1967
struct protosw *pr = so->so_proto;
sys/kern/uipc_socket.c
206
struct protosw *prp;
sys/net/gre/if_gre.c
124
static const struct protosw in_gre_protosw =
sys/net/gre/if_gre.c
140
static const struct protosw in_mobile_protosw =
sys/net/rtsock.c
1936
static struct protosw routesw[] = {
sys/net/stf/if_stf.c
135
struct protosw in_stf_protosw =
sys/netbt/bt_proto.c
68
struct protosw btsw[] = {
sys/netgraph/socket/ng_socket.c
991
static struct protosw ngsw[] = {
sys/netgraph7/bluetooth/socket/ng_btsocket.c
160
static struct protosw ng_btsocket_protosw[] = {
sys/netgraph7/socket/ng_socket.c
1121
static struct protosw ngsw[] = {
sys/netinet/in_gif.c
75
const struct protosw in_gif_protosw =
sys/netinet/in_proto.c
83
struct protosw inetsw[] = {
sys/netinet/ip_encap.c
137
const struct protosw *psw;
sys/netinet/ip_encap.c
251
const struct protosw *psw;
sys/netinet/ip_encap.c
325
const struct sockaddr *dm, const struct protosw *psw, void *arg)
sys/netinet/ip_encap.c
382
const struct protosw *psw, void *arg)
sys/netinet/ip_encap.h
57
const struct protosw *psw; /* only pr_input will be used */
sys/netinet/ip_encap.h
70
const struct sockaddr *, const struct protosw *, void *);
sys/netinet/ip_encap.h
73
const struct protosw *, void *);
sys/netinet/ip_icmp.c
138
extern struct protosw inetsw[];
sys/netinet/ip_icmp.c
731
struct protosw *pr;
sys/netinet/ip_input.c
202
extern struct protosw inetsw[];
sys/netinet/ip_input.c
321
struct protosw *pr;
sys/netinet/ip_input.c
409
const struct protosw *pr = &inetsw[ip_protox[ip->ip_p]];
sys/netinet/ip_output.c
107
extern struct protosw inetsw[];
sys/netinet6/icmp6.c
138
extern struct protosw inet6sw[];
sys/netinet6/in6_gif.c
78
struct protosw in6_gif_protosw =
sys/netinet6/in6_proto.c
122
struct protosw inet6sw[] = {
sys/netinet6/ip6_input.c
116
extern struct protosw inet6sw[];
sys/netinet6/ip6_input.c
152
struct protosw *pr;
sys/netinet6/ip6_input.c
691
struct protosw *sw6;
sys/netinet6/ip6_input.c
780
struct protosw *sw6;
sys/netinet6/udp6_usrreq.c
112
extern struct protosw inetsw[];
sys/netproto/mpls/mpls_proto.c
48
struct protosw mplssw[] = {
sys/sys/domain.h
58
struct protosw *dom_protosw;
sys/sys/domain.h
59
struct protosw *dom_protoswNPROTOSW;
sys/sys/protosw.h
396
struct protosw *pffindproto (int family, int protocol, int type);
sys/sys/protosw.h
397
struct protosw *pffindtype (int family, int type);
sys/sys/socketops.h
112
struct lwkt_port *so_pr_ctlport(struct protosw *pr, int cmd,
sys/sys/socketops.h
114
void so_pr_ctlinput(struct protosw *pr, int cmd,
sys/sys/socketops.h
116
void so_pr_ctlinput_direct(struct protosw *pr, int cmd,
sys/sys/socketvar.h
122
struct protosw *so_proto; /* protocol handle */
sys/sys/socketvar.h
427
struct socket *soalloc (int waitok, struct protosw *);
usr.bin/fstat/fstat.c
862
struct protosw proto;
usr.bin/fstat/fstat.c
878
if (!kread(so.so_proto, &proto, sizeof(struct protosw))) {