Searched refs:NLA_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance
/tools/include/uapi/linux/ | ||
D | netlink.h | 228 #define NLA_TYPE_MASK ~(NLA_F_NESTED | NLA_F_NET_BYTEORDER) macro |
/tools/lib/bpf/ | ||
D | nlattr.c | 42 return nla->nla_type & NLA_TYPE_MASK; in nla_type() |