Files
linux-st/include/linux
Menglong Dong 2edc1a383f net: ip: add skb drop reasons to ip forwarding
Replace kfree_skb() which is used in ip6_forward() and ip_forward()
with kfree_skb_reason().

The new drop reason 'SKB_DROP_REASON_PKT_TOO_BIG' is introduced for
the case that the length of the packet exceeds MTU and can't
fragment.

Signed-off-by: Menglong Dong <imagedong@tencent.com>
Reviewed-by: Jiang Biao <benbjiang@tencent.com>
Reviewed-by: Hao Peng <flyingpeng@tencent.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-04-13 13:09:57 +01:00
..
2022-04-01 14:40:44 -04:00
2022-04-01 14:40:44 -04:00
2022-04-13 12:46:26 +01:00
2022-03-24 19:06:45 -07:00
2022-04-01 13:45:08 -04:00
2022-03-28 16:53:00 -04:00