提交 70777d03 编写于 作者: S Sebastian Andrzej Siewior 提交者: David S. Miller

net/core: use ntohs for skb->protocol

This is only noticed by people that are not doing everything correct in
the first place.
Signed-off-by: NSebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 784e2710
......@@ -1537,7 +1537,8 @@ static void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev)
if (net_ratelimit())
printk(KERN_CRIT "protocol %04x is "
"buggy, dev %s\n",
skb2->protocol, dev->name);
ntohs(skb2->protocol),
dev->name);
skb_reset_network_header(skb2);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册