Home
last modified time | relevance | path

Searched refs:protosw (Results 1 – 25 of 30) sorted by relevance

12

/dragonfly/sys/kern/
H A Duipc_domain.c81 struct protosw *pr; in net_init_domain()
152 struct protosw *
156 struct protosw *pr; in pffindtype()
170 struct protosw *
174 struct protosw *pr; in pffindproto()
175 struct protosw *maybe = NULL; in pffindproto()
200 struct protosw *pr; in kpfctlinput()
212 struct protosw *pr; in kpfctlinput_direct()
224 struct protosw *pr; in kpfctlinput2()
H A Duipc_proto.c48 static struct protosw localsw[] = {
H A Duipc_msg.c574 so_pr_ctlport(struct protosw *pr, int cmd, struct sockaddr *arg, in so_pr_ctlport()
595 so_pr_ctlinput(struct protosw *pr, int cmd, struct sockaddr *arg, void *extra) in so_pr_ctlinput()
614 so_pr_ctlinput_direct(struct protosw *pr, int cmd, struct sockaddr *arg, in so_pr_ctlinput_direct()
H A Duipc_socket.c173 soalloc(int waitok, struct protosw *pr) in soalloc()
206 struct protosw *prp; in socreate()
1269 struct protosw *pr = so->so_proto; in soreceive()
1624 struct protosw *pr = so->so_proto; in sorecvtcp()
1967 struct protosw *pr = so->so_proto; in sorflush()
/dragonfly/sys/netinet/
H A Dip_encap.h57 const struct protosw *psw; /* only pr_input will be used */
70 const struct sockaddr *, const struct protosw *, void *);
73 const struct protosw *, void *);
H A Dip_encap.c137 const struct protosw *psw; in encap4_input()
251 const struct protosw *psw; in encap6_input()
325 const struct sockaddr *dm, const struct protosw *psw, void *arg) in encap_attach()
382 const struct protosw *psw, void *arg) in encap_attach_func()
H A Din_proto.c83 struct protosw inetsw[] = {
H A Din_gif.c75 const struct protosw in_gif_protosw =
H A Dip_icmp.c138 extern struct protosw inetsw[];
731 struct protosw *pr; in icmp_input()
H A Dip_input.c202 extern struct protosw inetsw[];
321 struct protosw *pr; in ip_init()
409 const struct protosw *pr = &inetsw[ip_protox[ip->ip_p]]; in transport_processing_oncpu()
/dragonfly/sys/sys/
H A Ddomain.h58 struct protosw *dom_protosw;
59 struct protosw *dom_protoswNPROTOSW;
H A Dsocketops.h112 struct lwkt_port *so_pr_ctlport(struct protosw *pr, int cmd,
114 void so_pr_ctlinput(struct protosw *pr, int cmd,
116 void so_pr_ctlinput_direct(struct protosw *pr, int cmd,
H A Dprotosw.h78 struct protosw { struct
396 struct protosw *pffindproto (int family, int protocol, int type);
397 struct protosw *pffindtype (int family, int type);
H A Dsocketvar.h122 struct protosw *so_proto; /* protocol handle */
427 struct socket *soalloc (int waitok, struct protosw *);
/dragonfly/sys/netproto/mpls/
H A Dmpls_proto.c48 struct protosw mplssw[] = {
/dragonfly/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket.c160 static struct protosw ng_btsocket_protosw[] = {
/dragonfly/sys/netinet6/
H A Dip6_input.c116 extern struct protosw inet6sw[];
152 struct protosw *pr; in ip6_init()
693 struct protosw *sw6; in ip6_input()
782 struct protosw *sw6; in transport6_processing_handler()
H A Din6_gif.c78 struct protosw in6_gif_protosw =
H A Din6_proto.c122 struct protosw inet6sw[] = {
H A Dudp6_usrreq.c112 extern struct protosw inetsw[];
/dragonfly/sys/netbt/
H A Dbt_proto.c68 struct protosw btsw[] = {
/dragonfly/usr.bin/fstat/
H A Dfstat.c862 struct protosw proto; in socktrans()
878 if (!kread(so.so_proto, &proto, sizeof(struct protosw))) { in socktrans()
/dragonfly/sys/net/gre/
H A Dif_gre.c124 static const struct protosw in_gre_protosw =
140 static const struct protosw in_mobile_protosw =
/dragonfly/sys/net/stf/
H A Dif_stf.c135 struct protosw in_stf_protosw =
/dragonfly/sys/netgraph/socket/
H A Dng_socket.c991 static struct protosw ngsw[] = {

12