Searched hist:"709 c0314239992162cba26a860f04319a15860c4" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | tcp.h | diff 709c0314239992162cba26a860f04319a15860c4 Fri May 14 15:04:25 CDT 2021 Jakub Kicinski <kuba@kernel.org> tcp: add tracepoint for checksum errors
Add a tracepoint for capturing TCP segments with a bad checksum. This makes it easy to identify sources of bad frames in the fleet (e.g. machines with faulty NICs).
It should also help tools like IOvisor's tcpdrop.py which are used today to get detailed information about such packets.
We don't have a socket in many cases so we must open code the address extraction based just on the skb.
v2: add missing export for ipv6=m
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | net-traces.c | diff 709c0314239992162cba26a860f04319a15860c4 Fri May 14 15:04:25 CDT 2021 Jakub Kicinski <kuba@kernel.org> tcp: add tracepoint for checksum errors
Add a tracepoint for capturing TCP segments with a bad checksum. This makes it easy to identify sources of bad frames in the fleet (e.g. machines with faulty NICs).
It should also help tools like IOvisor's tcpdrop.py which are used today to get detailed information about such packets.
We don't have a socket in many cases so we must open code the address extraction based just on the skb.
v2: add missing export for ipv6=m
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/ |
H A D | tcp_ipv6.c | diff 709c0314239992162cba26a860f04319a15860c4 Fri May 14 15:04:25 CDT 2021 Jakub Kicinski <kuba@kernel.org> tcp: add tracepoint for checksum errors
Add a tracepoint for capturing TCP segments with a bad checksum. This makes it easy to identify sources of bad frames in the fleet (e.g. machines with faulty NICs).
It should also help tools like IOvisor's tcpdrop.py which are used today to get detailed information about such packets.
We don't have a socket in many cases so we must open code the address extraction based just on the skb.
v2: add missing export for ipv6=m
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_ipv4.c | diff 709c0314239992162cba26a860f04319a15860c4 Fri May 14 15:04:25 CDT 2021 Jakub Kicinski <kuba@kernel.org> tcp: add tracepoint for checksum errors
Add a tracepoint for capturing TCP segments with a bad checksum. This makes it easy to identify sources of bad frames in the fleet (e.g. machines with faulty NICs).
It should also help tools like IOvisor's tcpdrop.py which are used today to get detailed information about such packets.
We don't have a socket in many cases so we must open code the address extraction based just on the skb.
v2: add missing export for ipv6=m
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | tcp_input.c | diff 709c0314239992162cba26a860f04319a15860c4 Fri May 14 15:04:25 CDT 2021 Jakub Kicinski <kuba@kernel.org> tcp: add tracepoint for checksum errors
Add a tracepoint for capturing TCP segments with a bad checksum. This makes it easy to identify sources of bad frames in the fleet (e.g. machines with faulty NICs).
It should also help tools like IOvisor's tcpdrop.py which are used today to get detailed information about such packets.
We don't have a socket in many cases so we must open code the address extraction based just on the skb.
v2: add missing export for ipv6=m
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|