Home
last modified time | relevance | path

Searched refs:neigh_event_send_probe (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/net/
Dneighbour.h457 static __always_inline int neigh_event_send_probe(struct neighbour *neigh, in neigh_event_send_probe() function
472 return neigh_event_send_probe(neigh, skb, true); in neigh_event_send()
/linux-6.6.21/net/core/
Dneighbour.c1615 neigh_event_send_probe(neigh, NULL, false); in neigh_managed_work()