Searched refs:nlmsg_alloc_size (Results 1 – 2 of 2) sorted by relevance
/external/libnl/include/netlink/ | ||
D | msg.h | 72 extern struct nl_msg * nlmsg_alloc_size(size_t); |
/external/libnl/lib/ | ||
D | msg.c | 412 struct nl_msg *nlmsg_alloc_size(size_t max) in nlmsg_alloc_size() function |