Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnetevent.c51 * call_netevent_notifiers - call all netevent notifier blocks
59 int call_netevent_notifiers(unsigned long val, void *v) in call_netevent_notifiers() function
63 EXPORT_SYMBOL_GPL(call_netevent_notifiers);
H A Dneighbour.c121 call_netevent_notifiers(NETEVENT_NEIGH_UPDATE, neigh); in neigh_cleanup_and_release()
2488 call_netevent_notifiers(NETEVENT_DELAY_PROBE_TIME_UPDATE, p); in neightbl_set()
2732 call_netevent_notifiers(NETEVENT_NEIGH_UPDATE, neigh); in neigh_update_notify()
3619 call_netevent_notifiers(NETEVENT_DELAY_PROBE_TIME_UPDATE, p); in neigh_proc_update()
/linux/include/net/
H A Dnetevent.h37 int call_netevent_notifiers(unsigned long val, void *v);
/linux/net/ipv6/
H A Dsysctl_net_ipv6.c43 call_netevent_notifiers(NETEVENT_IPV6_MPATH_HASH_UPDATE, net); in proc_rt6_multipath_hash_policy()
59 call_netevent_notifiers(NETEVENT_IPV6_MPATH_HASH_UPDATE, net); in proc_rt6_multipath_hash_fields()
H A Droute.c4343 call_netevent_notifiers(NETEVENT_REDIRECT, &netevent); in rt6_do_redirect()
/linux/net/ipv4/
H A Droute.c801 call_netevent_notifiers(NETEVENT_NEIGH_UPDATE, n); in __ip_do_redirect()