Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/netns/
A Dnexthop.h18 struct blocking_notifier_head notifier_chain; member
/linux-6.3-rc2/net/ipv4/
A Dnexthop.c81 return !net->nexthop.notifier_chain.head; in nexthop_notifiers_is_empty()
245 err = blocking_notifier_call_chain(&net->nexthop.notifier_chain, in call_nexthop_notifiers()
346 err = blocking_notifier_call_chain(&net->nexthop.notifier_chain, in __call_nexthop_res_bucket_notifiers()
416 err = blocking_notifier_call_chain(&net->nexthop.notifier_chain, in call_nexthop_res_table_notifiers()
3623 err = blocking_notifier_chain_register(&net->nexthop.notifier_chain, in register_nexthop_notifier()
3636 err = blocking_notifier_chain_unregister(&net->nexthop.notifier_chain, in unregister_nexthop_notifier()
3757 BLOCKING_INIT_NOTIFIER_HEAD(&net->nexthop.notifier_chain); in nexthop_net_init()

Completed in 10 milliseconds