aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMenglong Dong <[email protected]>2022-04-13 16:15:59 +0800
committerDavid S. Miller <[email protected]>2022-04-13 13:09:57 +0100
commit4daf841a2ef3b2e987894c8107d309ce2b67c202 (patch)
tree79427ac742a6b97f046b42a58304d723461c5863 /tools/perf/scripts/python
parent7d9dbdfbfdc5e52131bea94a7318ee35b15a5f19 (diff)
net: ipv6: add skb drop reasons to ip6_rcv_core()
Replace kfree_skb() used in ip6_rcv_core() with kfree_skb_reason(). No new drop reasons are added. Seems now we use 'SKB_DROP_REASON_IP_INHDR' for too many case during ipv6 header parse or check, just like what 'IPSTATS_MIB_INHDRERRORS' do. Will it be too general and hard to know what happened? Signed-off-by: Menglong Dong <[email protected]> Reviewed-by: Jiang Biao <[email protected]> Reviewed-by: Hao Peng <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions