Searched hist:"01 d74fe1ffc32dc7f42dc0fb0c4861276a6b2bd2" (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | toecore.h | diff 01d74fe1ffc32dc7f42dc0fb0c4861276a6b2bd2 Tue Apr 13 02:25:22 CEST 2021 Navdeep Parhar <np@FreeBSD.org> Path MTU discovery hooks for offloaded TCP connections.
Notify the TOE driver when when an ICMP type 3 code 4 (Fragmentation needed and DF set) message is received for an offloaded connection. This gives the driver an opportunity to lower the path MTU for the connection and resume transmission, much like what the kernel does for the connections that it handles.
Reviewed by: glebius@ Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D29755
|
H A D | tcp_offload.h | diff 01d74fe1ffc32dc7f42dc0fb0c4861276a6b2bd2 Tue Apr 13 02:25:22 CEST 2021 Navdeep Parhar <np@FreeBSD.org> Path MTU discovery hooks for offloaded TCP connections.
Notify the TOE driver when when an ICMP type 3 code 4 (Fragmentation needed and DF set) message is received for an offloaded connection. This gives the driver an opportunity to lower the path MTU for the connection and resume transmission, much like what the kernel does for the connections that it handles.
Reviewed by: glebius@ Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D29755
|
H A D | tcp_offload.c | diff 01d74fe1ffc32dc7f42dc0fb0c4861276a6b2bd2 Tue Apr 13 02:25:22 CEST 2021 Navdeep Parhar <np@FreeBSD.org> Path MTU discovery hooks for offloaded TCP connections.
Notify the TOE driver when when an ICMP type 3 code 4 (Fragmentation needed and DF set) message is received for an offloaded connection. This gives the driver an opportunity to lower the path MTU for the connection and resume transmission, much like what the kernel does for the connections that it handles.
Reviewed by: glebius@ Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D29755
|
H A D | toecore.c | diff 01d74fe1ffc32dc7f42dc0fb0c4861276a6b2bd2 Tue Apr 13 02:25:22 CEST 2021 Navdeep Parhar <np@FreeBSD.org> Path MTU discovery hooks for offloaded TCP connections.
Notify the TOE driver when when an ICMP type 3 code 4 (Fragmentation needed and DF set) message is received for an offloaded connection. This gives the driver an opportunity to lower the path MTU for the connection and resume transmission, much like what the kernel does for the connections that it handles.
Reviewed by: glebius@ Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D29755
|
H A D | tcp_subr.c | diff 01d74fe1ffc32dc7f42dc0fb0c4861276a6b2bd2 Tue Apr 13 02:25:22 CEST 2021 Navdeep Parhar <np@FreeBSD.org> Path MTU discovery hooks for offloaded TCP connections.
Notify the TOE driver when when an ICMP type 3 code 4 (Fragmentation needed and DF set) message is received for an offloaded connection. This gives the driver an opportunity to lower the path MTU for the connection and resume transmission, much like what the kernel does for the connections that it handles.
Reviewed by: glebius@ Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D29755
|