HomeSort by relevance Sort by last modified time
    Searched refs:IDIAG_ATTR_TCLASS (Results 1 - 3 of 3) sorted by null

  /external/libnl/include/netlink/idiag/
idiagnl.h 65 IDIAG_ATTR_TCLASS,
  /external/libnl/lib/idiag/
idiag.c 169 __ADD(IDIAG_ATTR_TCLASS, tclass)
258 __ADD(IDIAG_ATTR_TCLASS, tclass)
idiag_msg_obj.c 587 [IDIAG_ATTR_TCLASS] = { .type = NLA_U8 },
648 if (tb[IDIAG_ATTR_TCLASS])
649 msg->idiag_tclass = nla_get_u8(tb[IDIAG_ATTR_TCLASS]);

Completed in 72 milliseconds