Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netns/
H A Dnexthop.h17 struct blocking_notifier_head notifier_chain; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c45 err = blocking_notifier_call_chain(&net->nexthop.notifier_chain, in call_nexthop_notifiers()
1975 return blocking_notifier_chain_register(&net->nexthop.notifier_chain, in register_nexthop_notifier()
1982 return blocking_notifier_chain_unregister(&net->nexthop.notifier_chain, in unregister_nexthop_notifier()
2003 BLOCKING_INIT_NOTIFIER_HEAD(&net->nexthop.notifier_chain); in nexthop_net_init()