Searched defs:nlmsg_alloc (Results 1 - 1 of 1) sorted by path

/external/libnl/lib/
H A Dmsg.c101 * // nlmsg_alloc() will allocate an empty netlink message with
105 * struct nl_msg *msg = nlmsg_alloc();
404 struct nl_msg *nlmsg_alloc(void) function
431 nm = nlmsg_alloc();

Completed in 294 milliseconds