Searched hist:"052 c5ec4d0bb39b02a20ea7970614249afcbf158" (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/modules/sctp/ |
H A D | Makefile | 052c5ec4d0bb39b02a20ea7970614249afcbf158 Fri Jul 10 16:56:05 CEST 2020 Mark Johnston <markj@FreeBSD.org> Provide support for building SCTP as a loadable module.
With this change, a kernel compiled with "options SCTP_SUPPORT" and without "options SCTP" supports dynamic loading of the SCTP stack.
Currently sctp.ko cannot be unloaded since some prerequisite teardown logic is not yet implemented. Attempts to unload the module will return EOPNOTSUPP.
Discussed with: tuexen MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21997
|
/freebsd/sys/netinet/ |
H A D | sctp_module.c | 052c5ec4d0bb39b02a20ea7970614249afcbf158 Fri Jul 10 16:56:05 CEST 2020 Mark Johnston <markj@FreeBSD.org> Provide support for building SCTP as a loadable module.
With this change, a kernel compiled with "options SCTP_SUPPORT" and without "options SCTP" supports dynamic loading of the SCTP stack.
Currently sctp.ko cannot be unloaded since some prerequisite teardown logic is not yet implemented. Attempts to unload the module will return EOPNOTSUPP.
Discussed with: tuexen MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21997
|
H A D | sctp_syscalls.c | diff 052c5ec4d0bb39b02a20ea7970614249afcbf158 Fri Jul 10 16:56:05 CEST 2020 Mark Johnston <markj@FreeBSD.org> Provide support for building SCTP as a loadable module.
With this change, a kernel compiled with "options SCTP_SUPPORT" and without "options SCTP" supports dynamic loading of the SCTP stack.
Currently sctp.ko cannot be unloaded since some prerequisite teardown logic is not yet implemented. Attempts to unload the module will return EOPNOTSUPP.
Discussed with: tuexen MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21997
|
H A D | sctp_os_bsd.h | diff 052c5ec4d0bb39b02a20ea7970614249afcbf158 Fri Jul 10 16:56:05 CEST 2020 Mark Johnston <markj@FreeBSD.org> Provide support for building SCTP as a loadable module.
With this change, a kernel compiled with "options SCTP_SUPPORT" and without "options SCTP" supports dynamic loading of the SCTP stack.
Currently sctp.ko cannot be unloaded since some prerequisite teardown logic is not yet implemented. Attempts to unload the module will return EOPNOTSUPP.
Discussed with: tuexen MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21997
|
H A D | sctp_usrreq.c | diff 052c5ec4d0bb39b02a20ea7970614249afcbf158 Fri Jul 10 16:56:05 CEST 2020 Mark Johnston <markj@FreeBSD.org> Provide support for building SCTP as a loadable module.
With this change, a kernel compiled with "options SCTP_SUPPORT" and without "options SCTP" supports dynamic loading of the SCTP stack.
Currently sctp.ko cannot be unloaded since some prerequisite teardown logic is not yet implemented. Attempts to unload the module will return EOPNOTSUPP.
Discussed with: tuexen MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21997
|
/freebsd/share/man/man4/ |
H A D | sctp.4 | diff 052c5ec4d0bb39b02a20ea7970614249afcbf158 Fri Jul 10 16:56:05 CEST 2020 Mark Johnston <markj@FreeBSD.org> Provide support for building SCTP as a loadable module.
With this change, a kernel compiled with "options SCTP_SUPPORT" and without "options SCTP" supports dynamic loading of the SCTP stack.
Currently sctp.ko cannot be unloaded since some prerequisite teardown logic is not yet implemented. Attempts to unload the module will return EOPNOTSUPP.
Discussed with: tuexen MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21997
|
/freebsd/sys/modules/ |
H A D | Makefile | diff 052c5ec4d0bb39b02a20ea7970614249afcbf158 Fri Jul 10 16:56:05 CEST 2020 Mark Johnston <markj@FreeBSD.org> Provide support for building SCTP as a loadable module.
With this change, a kernel compiled with "options SCTP_SUPPORT" and without "options SCTP" supports dynamic loading of the SCTP stack.
Currently sctp.ko cannot be unloaded since some prerequisite teardown logic is not yet implemented. Attempts to unload the module will return EOPNOTSUPP.
Discussed with: tuexen MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21997
|