Searched refs:rtnl_msg_handlers (Results 1 – 1 of 1) sorted by relevance
178 static struct rtnl_link __rcu *__rcu *rtnl_msg_handlers[RTNL_FAMILY_MAX + 1]; variable198 if (protocol >= ARRAY_SIZE(rtnl_msg_handlers)) in rtnl_get_link()201 tab = rcu_dereference_rtnl(rtnl_msg_handlers[protocol]); in rtnl_get_link()203 tab = rcu_dereference_rtnl(rtnl_msg_handlers[PF_UNSPEC]); in rtnl_get_link()222 tab = rtnl_dereference(rtnl_msg_handlers[protocol]); in rtnl_register_internal()229 rcu_assign_pointer(rtnl_msg_handlers[protocol], tab); in rtnl_register_internal()335 tab = rtnl_dereference(rtnl_msg_handlers[protocol]); in rtnl_unregister()367 tab = rtnl_dereference(rtnl_msg_handlers[protocol]); in rtnl_unregister_all()372 RCU_INIT_POINTER(rtnl_msg_handlers[protocol], NULL); in rtnl_unregister_all()3946 tab = rcu_dereference_rtnl(rtnl_msg_handlers[idx]); in rtnl_dump_all()
Completed in 13 milliseconds