Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h471 static __always_inline int neigh_event_send_probe(struct neighbour *neigh, in neigh_event_send_probe() function
486 return neigh_event_send_probe(neigh, skb, true); in neigh_event_send()
/linux/net/core/
H A Dneighbour.c1671 neigh_event_send_probe(neigh, NULL, false); in neigh_managed_work()