Searched hist:"587 d67c008444a7d35d918763708b7aba40a9509" (Results 1 – 6 of 6) sorted by relevance
/freebsd/share/man/man9/ |
H A D | tcp_functions.9 | diff 587d67c008444a7d35d918763708b7aba40a9509 Tue Aug 16 17:11:46 CEST 2016 Randall Stewart <rrs@FreeBSD.org> Here we update the modular tcp to be able to switch to an alternate TCP stack in other then the closed state (pre-listen/connect). The idea is that *if* that is supported by the alternate stack, it is asked if its ok to switch. If it approves the "handoff" then we allow the switch to happen. Also the fini() function now gets a flag to tell if you are switching away *or* the tcb is destroyed. The init() call into the alternate stack is moved to the end so the tcb is more fully formed before the init transpires.
Sponsored by: Netflix Inc. Differential Revision: D6790
|
/freebsd/share/man/man4/ |
H A D | tcp.4 | diff 587d67c008444a7d35d918763708b7aba40a9509 Tue Aug 16 17:11:46 CEST 2016 Randall Stewart <rrs@FreeBSD.org> Here we update the modular tcp to be able to switch to an alternate TCP stack in other then the closed state (pre-listen/connect). The idea is that *if* that is supported by the alternate stack, it is asked if its ok to switch. If it approves the "handoff" then we allow the switch to happen. Also the fini() function now gets a flag to tell if you are switching away *or* the tcb is destroyed. The init() call into the alternate stack is moved to the end so the tcb is more fully formed before the init transpires.
Sponsored by: Netflix Inc. Differential Revision: D6790
|
/freebsd/sys/netinet/ |
H A D | tcp_syncache.c | diff 587d67c008444a7d35d918763708b7aba40a9509 Tue Aug 16 17:11:46 CEST 2016 Randall Stewart <rrs@FreeBSD.org> Here we update the modular tcp to be able to switch to an alternate TCP stack in other then the closed state (pre-listen/connect). The idea is that *if* that is supported by the alternate stack, it is asked if its ok to switch. If it approves the "handoff" then we allow the switch to happen. Also the fini() function now gets a flag to tell if you are switching away *or* the tcb is destroyed. The init() call into the alternate stack is moved to the end so the tcb is more fully formed before the init transpires.
Sponsored by: Netflix Inc. Differential Revision: D6790
|
H A D | tcp_usrreq.c | diff 587d67c008444a7d35d918763708b7aba40a9509 Tue Aug 16 17:11:46 CEST 2016 Randall Stewart <rrs@FreeBSD.org> Here we update the modular tcp to be able to switch to an alternate TCP stack in other then the closed state (pre-listen/connect). The idea is that *if* that is supported by the alternate stack, it is asked if its ok to switch. If it approves the "handoff" then we allow the switch to happen. Also the fini() function now gets a flag to tell if you are switching away *or* the tcb is destroyed. The init() call into the alternate stack is moved to the end so the tcb is more fully formed before the init transpires.
Sponsored by: Netflix Inc. Differential Revision: D6790
|
H A D | tcp_var.h | diff 587d67c008444a7d35d918763708b7aba40a9509 Tue Aug 16 17:11:46 CEST 2016 Randall Stewart <rrs@FreeBSD.org> Here we update the modular tcp to be able to switch to an alternate TCP stack in other then the closed state (pre-listen/connect). The idea is that *if* that is supported by the alternate stack, it is asked if its ok to switch. If it approves the "handoff" then we allow the switch to happen. Also the fini() function now gets a flag to tell if you are switching away *or* the tcb is destroyed. The init() call into the alternate stack is moved to the end so the tcb is more fully formed before the init transpires.
Sponsored by: Netflix Inc. Differential Revision: D6790
|
H A D | tcp_subr.c | diff 587d67c008444a7d35d918763708b7aba40a9509 Tue Aug 16 17:11:46 CEST 2016 Randall Stewart <rrs@FreeBSD.org> Here we update the modular tcp to be able to switch to an alternate TCP stack in other then the closed state (pre-listen/connect). The idea is that *if* that is supported by the alternate stack, it is asked if its ok to switch. If it approves the "handoff" then we allow the switch to happen. Also the fini() function now gets a flag to tell if you are switching away *or* the tcb is destroyed. The init() call into the alternate stack is moved to the end so the tcb is more fully formed before the init transpires.
Sponsored by: Netflix Inc. Differential Revision: D6790
|