How do you clear the arp cache on linux?

Both: sudo ip -s -s neigh flush all And: sudo arp -d 192.168.0.102 Instead of clearing the arp cache they seem to just invalidate entries (they will appear as incomplete). Even after some minutes...