net: tso: constify tso_count_descs() and friends
authorEric Dumazet <edumazet@google.com>
Thu, 18 Jun 2020 03:53:24 +0000 (20:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 03:46:23 +0000 (20:46 -0700)
commit504b912150983a8b2499bbf9e4501336677404c9
treeec4c56d92f18b6654a715e6e25f279f2999cf1ef
parent185c3e5860227065dcb6ee884b45e0debe4762dd
net: tso: constify tso_count_descs() and friends

skb argument of tso_count_descs(), tso_build_hdr() and tso_build_data() can be const.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tso.h
net/core/tso.c