Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
NLA_TYPE_MASK
include/net/netlink.h
1278
return nla->nla_type & NLA_TYPE_MASK;
tools/lib/bpf/nlattr.c
42
return nla->nla_type & NLA_TYPE_MASK;
tools/net/ynl/lib/ynl-priv.h
192
return attr->nla_type & NLA_TYPE_MASK;