Loading net/core/neighbour.c +1 −1 Original line number Diff line number Diff line Loading @@ -1007,7 +1007,7 @@ static void neigh_probe(struct neighbour *neigh) if (neigh->ops->solicit) neigh->ops->solicit(neigh, skb); atomic_inc(&neigh->probes); kfree_skb(skb); consume_skb(skb); } /* Called when a timer expires for a neighbour entry. */ Loading Loading
net/core/neighbour.c +1 −1 Original line number Diff line number Diff line Loading @@ -1007,7 +1007,7 @@ static void neigh_probe(struct neighbour *neigh) if (neigh->ops->solicit) neigh->ops->solicit(neigh, skb); atomic_inc(&neigh->probes); kfree_skb(skb); consume_skb(skb); } /* Called when a timer expires for a neighbour entry. */ Loading