Home
last modified time | relevance | path

Searched refs:call_netevent_notifiers (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/core/
Dnetevent.c66 int call_netevent_notifiers(unsigned long val, void *v) in call_netevent_notifiers() function
70 EXPORT_SYMBOL_GPL(call_netevent_notifiers);
Dneighbour.c2226 call_netevent_notifiers(NETEVENT_NEIGH_UPDATE, neigh); in neigh_update_notify()
/linux-4.1.27/include/net/
Dnetevent.h31 int call_netevent_notifiers(unsigned long val, void *v);
/linux-4.1.27/net/ipv4/
Droute.c761 call_netevent_notifiers(NETEVENT_NEIGH_UPDATE, n); in __ip_do_redirect()
/linux-4.1.27/net/ipv6/
Droute.c1935 call_netevent_notifiers(NETEVENT_REDIRECT, &netevent); in rt6_do_redirect()