Loading net/core/netpoll.c +1 −1 Original line number Diff line number Diff line Loading @@ -742,7 +742,7 @@ static bool pkt_is_ns(struct sk_buff *skb) struct nd_msg *msg; struct ipv6hdr *hdr; if (skb->protocol != htons(ETH_P_ARP)) if (skb->protocol != htons(ETH_P_IPV6)) return false; if (!pskb_may_pull(skb, sizeof(struct ipv6hdr) + sizeof(struct nd_msg))) return false; Loading Loading
net/core/netpoll.c +1 −1 Original line number Diff line number Diff line Loading @@ -742,7 +742,7 @@ static bool pkt_is_ns(struct sk_buff *skb) struct nd_msg *msg; struct ipv6hdr *hdr; if (skb->protocol != htons(ETH_P_ARP)) if (skb->protocol != htons(ETH_P_IPV6)) return false; if (!pskb_may_pull(skb, sizeof(struct ipv6hdr) + sizeof(struct nd_msg))) return false; Loading