Searched refs:__nlmsg_alloc (Results 1 - 1 of 1) sorted by relevance

/external/libnl/lib/
H A Dmsg.c367 static struct nl_msg *__nlmsg_alloc(size_t len) function
406 return __nlmsg_alloc(default_msg_size);
414 return __nlmsg_alloc(max);
491 nm = __nlmsg_alloc(NLMSG_ALIGN(hdr->nlmsg_len));

Completed in 176 milliseconds