Searched refs:ABBREV_LEN (Results 1 – 6 of 6) sorted by relevance
214 #define ABBREV_LEN (DEFAULT_STRLEN + 1) in test_nlattr() macro215 msg_len = NLMSG_SPACE(sizeof(msg->udm)) + NLA_HDRLEN * ABBREV_LEN * 2; in test_nlattr()221 for (i = 0; i < ABBREV_LEN; ++i) { in test_nlattr()
178 # define ABBREV_LEN (DEFAULT_STRLEN + 1) in send_query() macro179 const unsigned int msg_len = sizeof(struct nlmsghdr) * ABBREV_LEN; in send_query()182 for (i = 0; i < ABBREV_LEN; ++i) { in send_query()