diff options
author | 2024-10-09 10:28:26 +0800 | |
---|---|---|
committer | 2024-10-13 11:33:09 +0100 | |
commit | b71a576e452b800efeac49ecca116d954601d911 (patch) | |
tree | 08401082e7cdfa6d58f6da5bdc620b356446f81c /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | net: vxlan: make vxlan_set_mac() return drop reasons (diff) | |
download | wireguard-linux-b71a576e452b800efeac49ecca116d954601d911.tar.xz wireguard-linux-b71a576e452b800efeac49ecca116d954601d911.zip |
net: vxlan: use kfree_skb_reason() in vxlan_xmit()
Replace kfree_skb() with kfree_skb_reason() in vxlan_xmit(). Following
new skb drop reasons are introduced for vxlan:
/* no remote found for xmit */
SKB_DROP_REASON_VXLAN_NO_REMOTE
/* packet without necessary metadata reached a device which is
* in "external" mode
*/
SKB_DROP_REASON_TUNNEL_TXINFO
Signed-off-by: Menglong Dong <dongml2@chinatelecom.cn>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions