Home
last modified time | relevance | path

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

/linux/include/net/netns/
H A Dnexthop.h18 struct blocking_notifier_head notifier_chain; member
/linux/net/ipv4/
H A Dnexthop.c93 return !net->nexthop.notifier_chain.head; in nexthop_notifiers_is_empty()
258 err = blocking_notifier_call_chain(&net->nexthop.notifier_chain, in call_nexthop_notifiers()
358 err = blocking_notifier_call_chain(&net->nexthop.notifier_chain, in __call_nexthop_res_bucket_notifiers()
429 err = blocking_notifier_call_chain(&net->nexthop.notifier_chain, in call_nexthop_res_table_notifiers()
778 err = blocking_notifier_call_chain(&net->nexthop.notifier_chain, in nh_grp_hw_stats_update()
3980 err = blocking_notifier_chain_register(&net->nexthop.notifier_chain, in register_nexthop_notifier()
3992 err = blocking_notifier_chain_unregister(&net->nexthop.notifier_chain, in __unregister_nexthop_notifier()
4122 BLOCKING_INIT_NOTIFIER_HEAD(&net->nexthop.notifier_chain); in nexthop_net_init()