Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fec8292d authored by David S. Miller's avatar David S. Miller
Browse files

ipv4: Use calculated 'neigh' instead of re-evaluating dst->neighbour

parent faa28314
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ static inline int ip_finish_output2(struct sk_buff *skb)
		if (hh->hh_len)
			return neigh_hh_output(hh, skb);
		else
			return dst->neighbour->output(skb);
			return neigh->output(skb);
	}
	if (net_ratelimit())
		printk(KERN_DEBUG "ip_finish_output2: No header cache and no neighbour!\n");