Home
last modified time | relevance | path

Searched refs:notifier_ops (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/net/ipv6/
H A Dfib6_notifier.c56 net->ipv6.notifier_ops = ops; in fib6_notifier_init()
63 fib_notifier_ops_unregister(net->ipv6.notifier_ops); in fib6_notifier_exit()
/linux-6.15/net/ipv4/
H A Dfib_notifier.c64 net->ipv4.notifier_ops = ops; in fib4_notifier_init()
71 fib_notifier_ops_unregister(net->ipv4.notifier_ops); in fib4_notifier_exit()
/linux-6.15/include/net/netns/
H A Dipv6.h113 struct fib_notifier_ops *notifier_ops; member
H A Dipv4.h269 struct fib_notifier_ops *notifier_ops; member
/linux-6.15/drivers/tee/optee/
H A Dffa_abi.c821 ffa_dev->ops->notifier_ops->notify_relinquish(ffa_dev, in optee_ffa_remove()
839 rc = ffa_dev->ops->notifier_ops->notify_request(ffa_dev, in optee_ffa_async_notif_init()
863 ffa_dev->ops->notifier_ops->notify_relinquish(ffa_dev, in optee_ffa_async_notif_init()
886 notif_ops = ffa_ops->notifier_ops; in optee_ffa_probe()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst156 struct_fib_notifier_ops* notifier_ops
/linux-6.15/include/linux/
H A Darm_ffa.h493 const struct ffa_notifier_ops *notifier_ops; member
/linux-6.15/drivers/firmware/arm_ffa/
H A Ddriver.c1538 .notifier_ops = &ffa_drv_notifier_ops,