commit | cbc08a33126f8f721d30cf9034c4d444b55de60a | [log] [tgz] |
---|---|---|
author | Miaohe Lin <linmiaohe@huawei.com> | Sat Aug 29 05:09:18 2020 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 31 12:33:16 2020 -0700 |
tree | a2cb4dd60e85416aef3b9617d8d86be523151687 | |
parent | 4d4dce31ef1adab72e6a22f0cac179d28c499aad [diff] |
net: Use helper macro IP_MAX_MTU in __ip_append_data() What 0xFFFF means here is actually the max mtu of a ip packet. Use help macro IP_MAX_MTU here. Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>