Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dgenl_magic_func.h134 static struct nlattr *nested_attr_tb[128]; variable
144 struct nlattr **ntb = nested_attr_tb; \
147 BUILD_BUG_ON(ARRAY_SIZE(s_name ## _nl_policy) > ARRAY_SIZE(nested_attr_tb)); \
/linux-6.1.9/drivers/block/drbd/
Ddrbd_nl.c207 nla = nested_attr_tb[__nla_type(T_ctx_volume)]; in drbd_adm_prepare()
210 nla = nested_attr_tb[__nla_type(T_ctx_resource_name)]; in drbd_adm_prepare()
213 adm_ctx->my_addr = nested_attr_tb[__nla_type(T_ctx_my_addr)]; in drbd_adm_prepare()
214 adm_ctx->peer_addr = nested_attr_tb[__nla_type(T_ctx_peer_addr)]; in drbd_adm_prepare()