Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dgenl_magic_func.h135 static struct nlattr *nested_attr_tb[128]; variable
145 struct nlattr **ntb = nested_attr_tb; \
148 BUILD_BUG_ON(ARRAY_SIZE(s_name ## _nl_policy) > ARRAY_SIZE(nested_attr_tb)); \
/openbmc/linux/drivers/block/drbd/
H A 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()