commit | 5684abf7020dfc5f0b6ba1d68eda3663871fce52 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Mon Jun 17 21:34:13 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 18 20:48:45 2019 -0400 |
tree | eb435c9ef15055443527f5c5215bcc17220dea28 | |
parent | 72b319dc08b4924a29f5e2560ef6d966fa54c429 [diff] |
ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULL iptunnel_xmit() works as a common function, also used by a udp tunnel which doesn't have to have a tunnel device, like how TIPC works with udp media. In these cases, we should allow not to count pkts on dev's tstats, so that udp tunnel can work with no tunnel device safely. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>