Searched hist:d6e23cf0cf52fc36a4f1583aed67332ad734fa1f (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_bsd_addr.h | diff d6e23cf0cf52fc36a4f1583aed67332ad734fa1f Sun Oct 13 20:17:08 CEST 2019 Michael Tuexen <tuexen@FreeBSD.org> Use an event handler to notify the SCTP about IP address changes instead of calling an SCTP specific function from the IP code. This is a requirement of supporting SCTP as a kernel loadable module. This patch was developed by markj@, I tweaked a bit the SCTP related code.
Submitted by: markj@ MFC after: 3 days
|
H A D | sctp_bsd_addr.c | diff d6e23cf0cf52fc36a4f1583aed67332ad734fa1f Sun Oct 13 20:17:08 CEST 2019 Michael Tuexen <tuexen@FreeBSD.org> Use an event handler to notify the SCTP about IP address changes instead of calling an SCTP specific function from the IP code. This is a requirement of supporting SCTP as a kernel loadable module. This patch was developed by markj@, I tweaked a bit the SCTP related code.
Submitted by: markj@ MFC after: 3 days
|
H A D | sctp_usrreq.c | diff d6e23cf0cf52fc36a4f1583aed67332ad734fa1f Sun Oct 13 20:17:08 CEST 2019 Michael Tuexen <tuexen@FreeBSD.org> Use an event handler to notify the SCTP about IP address changes instead of calling an SCTP specific function from the IP code. This is a requirement of supporting SCTP as a kernel loadable module. This patch was developed by markj@, I tweaked a bit the SCTP related code.
Submitted by: markj@ MFC after: 3 days
|
/freebsd/sys/sys/ |
H A D | eventhandler.h | diff d6e23cf0cf52fc36a4f1583aed67332ad734fa1f Sun Oct 13 20:17:08 CEST 2019 Michael Tuexen <tuexen@FreeBSD.org> Use an event handler to notify the SCTP about IP address changes instead of calling an SCTP specific function from the IP code. This is a requirement of supporting SCTP as a kernel loadable module. This patch was developed by markj@, I tweaked a bit the SCTP related code.
Submitted by: markj@ MFC after: 3 days
|
/freebsd/sys/net/ |
H A D | route.c | diff d6e23cf0cf52fc36a4f1583aed67332ad734fa1f Sun Oct 13 20:17:08 CEST 2019 Michael Tuexen <tuexen@FreeBSD.org> Use an event handler to notify the SCTP about IP address changes instead of calling an SCTP specific function from the IP code. This is a requirement of supporting SCTP as a kernel loadable module. This patch was developed by markj@, I tweaked a bit the SCTP related code.
Submitted by: markj@ MFC after: 3 days
|