Home
last modified time | relevance | path

Searched refs:NLA_TYPE_MASK (Results 1 – 3 of 3) sorted by relevance

/include/uapi/linux/
Dnetlink.h230 #define NLA_TYPE_MASK ~(NLA_F_NESTED | NLA_F_NET_BYTEORDER) macro
/include/linux/
Dgenl_magic_struct.h57 #define __nla_type(x) ((__u16)((x) & NLA_TYPE_MASK & ~DRBD_GENLA_F_MANDATORY))
/include/net/
Dnetlink.h1130 return nla->nla_type & NLA_TYPE_MASK; in nla_type()