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

  /external/libnl/include/netlink/idiag/
idiagnl.h 63 IDIAG_ATTR_CONG,
  /external/libnl/lib/idiag/
idiag.c 167 __ADD(IDIAG_ATTR_CONG, congestion)
256 __ADD(IDIAG_ATTR_CONG, congestion)
264 * IDIAG_ATTR_CONG | IDIAG_ATTR_TOS))
idiag_msg_obj.c 585 [IDIAG_ATTR_CONG] = { .type = NLA_STRING },
654 if (tb[IDIAG_ATTR_CONG])
655 msg->idiag_cong = nla_strdup(tb[IDIAG_ATTR_CONG]);

Completed in 3411 milliseconds