Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dneighbour.h461 static __always_inline int neigh_event_send_probe(struct neighbour *neigh, in neigh_event_send_probe() function
476 return neigh_event_send_probe(neigh, skb, true); in neigh_event_send()
/Linux-v6.1/net/core/
Dneighbour.c1623 neigh_event_send_probe(neigh, NULL, false); in neigh_managed_work()