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

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

Completed in 127 milliseconds