Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dgenl_magic_struct.h55 #define __nla_type(x) ((__u16)((x) & NLA_TYPE_MASK & ~DRBD_GENLA_F_MANDATORY)) macro
/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()
3229 return drbd_nla_find_nested(maxtype, nla, __nla_type(attr)); in find_cfg_context_attr()
4003 nla = drbd_nla_find_nested(maxtype, nla, __nla_type(T_ctx_resource_name)); in drbd_adm_get_status_all()