Home
last modified time | relevance | path

Searched refs:IDIAG_ATTR_MAX (Results 1 – 2 of 2) sorted by relevance

/external/libnl/include/netlink/idiag/
Didiagnl.h68 IDIAG_ATTR_MAX, enumerator
75 #define IDIAG_ATTR_ALL ((1<<IDIAG_ATTR_MAX)-1)
/external/libnl/lib/idiag/
Didiag_msg_obj.c581 static struct nla_policy ext_policy[IDIAG_ATTR_MAX] = {
597 struct nlattr *tb[IDIAG_ATTR_MAX]; in idiagnl_msg_parse()
604 err = nlmsg_parse(nlh, sizeof(struct inet_diag_msg), tb, IDIAG_ATTR_MAX, in idiagnl_msg_parse()