Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dgenl_magic_func.h132 static struct nlattr *nested_attr_tb[128]; variable
153 struct nlattr **ntb = nested_attr_tb; \
156 BUILD_BUG_ON(ARRAY_SIZE(s_name ## _nl_policy) > ARRAY_SIZE(nested_attr_tb)); \
/linux-4.4.14/drivers/block/drbd/
Ddrbd_nl.c176 nla = nested_attr_tb[__nla_type(T_ctx_volume)]; in drbd_adm_prepare()
179 nla = nested_attr_tb[__nla_type(T_ctx_resource_name)]; in drbd_adm_prepare()
182 adm_ctx->my_addr = nested_attr_tb[__nla_type(T_ctx_my_addr)]; in drbd_adm_prepare()
183 adm_ctx->peer_addr = nested_attr_tb[__nla_type(T_ctx_peer_addr)]; in drbd_adm_prepare()