Home
last modified time | relevance | path

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

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