Home
last modified time | relevance | path

Searched refs:sctp_stream_protosw (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/netinet/
H A Dsctp_module.c59 error = protosw_register(&inetdomain, &sctp_stream_protosw); in sctp_module_load()
95 (void)protosw_unregister(&sctp_stream_protosw); in sctp_module_unload()
H A Din_proto.c69 extern struct protosw sctp_seqpacket_protosw, sctp_stream_protosw;
88 &sctp_stream_protosw,
H A Dsctp_var.h42 extern struct protosw sctp_seqpacket_protosw, sctp_stream_protosw;
H A Dsctp_usrreq.c7535 struct protosw sctp_stream_protosw = { variable