Home
last modified time | relevance | path

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

/freebsd/sys/netlink/
H A Dnetlink_bitset.h40 NLA_BITSET_SIZE = 2, /* u32: max valid bit # */ enumerator
H A Dnetlink_snl.h852 { .type = NLA_BITSET_SIZE, .off = _OUT(nla_bitset_size), .cb = snl_attr_get_uint32 },
/freebsd/sys/netlink/route/
H A Diface.c271 nlattr_add_u32(nw, NLA_BITSET_SIZE, IFCAP_B_SIZE); in dump_iface_caps()