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

  /external/libnl/include/netlink/idiag/
idiagnl.h 64 IDIAG_ATTR_TOS,
  /external/libnl/lib/idiag/
idiag.c 168 __ADD(IDIAG_ATTR_TOS, tos)
257 __ADD(IDIAG_ATTR_TOS, tos)
264 * IDIAG_ATTR_CONG | IDIAG_ATTR_TOS))
idiag_msg_obj.c 586 [IDIAG_ATTR_TOS] = { .type = NLA_U8 },
645 if (tb[IDIAG_ATTR_TOS])
646 msg->idiag_tos = nla_get_u8(tb[IDIAG_ATTR_TOS]);

Completed in 98 milliseconds