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

/linux-master/include/linux/
H A Dgenl_magic_func.h135 static struct nlattr *nested_attr_tb[128]; variable in typeref:struct:nlattr
145 struct nlattr **ntb = nested_attr_tb; \
148 BUILD_BUG_ON(ARRAY_SIZE(s_name ## _nl_policy) > ARRAY_SIZE(nested_attr_tb)); \
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c207 nla = nested_attr_tb[__nla_type(T_ctx_volume)];
210 nla = nested_attr_tb[__nla_type(T_ctx_resource_name)];
213 adm_ctx->my_addr = nested_attr_tb[__nla_type(T_ctx_my_addr)];
214 adm_ctx->peer_addr = nested_attr_tb[__nla_type(T_ctx_peer_addr)];

Completed in 139 milliseconds