Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_module.c70 error = protosw_register(&inet6domain, &sctp6_stream_protosw); in sctp_module_load()
100 (void)protosw_unregister(&sctp6_stream_protosw); in sctp_module_unload()
/freebsd/sys/netinet6/
H A Dsctp6_var.h41 extern struct protosw sctp6_seqpacket_protosw, sctp6_stream_protosw;
H A Din6_proto.c101 extern struct protosw sctp6_seqpacket_protosw, sctp6_stream_protosw;
124 &sctp6_stream_protosw,
H A Dsctp6_usrreq.c1114 struct protosw sctp6_stream_protosw = { variable