Files
Matteo Croce 24a0773673 UPSTREAM: icmp: remove duplicate code
The same code which recognizes ICMP error packets is duplicated several
times. Use the icmp_is_err() and icmpv6_is_err() helpers instead, which
do the same thing.

ip_multipath_l3_keys() and tcf_nat_act() didn't check for all the error types,
assume that they should instead.

Change-Id: I777ba5d2e1c1ed2ae8955e84f3383eb755373633
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2026-03-20 13:38:04 -04:00
..