Home
last modified time | relevance | path

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

/external/libnl/lib/
Dmsg.c261 static struct nl_msg *__nlmsg_alloc(size_t len) in __nlmsg_alloc() function
301 return __nlmsg_alloc(default_msg_size); in nlmsg_alloc()
309 return __nlmsg_alloc(max); in nlmsg_alloc_size()
386 nm = __nlmsg_alloc(NLMSG_ALIGN(hdr->nlmsg_len)); in nlmsg_convert()