Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A 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()
/openbmc/linux/net/core/
H A Dneighbour.c1615 neigh_event_send_probe(neigh, NULL, false); in neigh_managed_work()