HomeSort by relevance Sort by last modified time
    Searched full:nlmsg_alloc_generic (Results 1 - 1 of 1) sorted by null

  /external/android-clat/
netlink_msg.c 48 /* function: nlmsg_alloc_generic
55 struct nl_msg *nlmsg_alloc_generic(uint16_t type, uint16_t flags, void *payload_struct, size_t payload_len) { function
84 return nlmsg_alloc_generic(type, flags, ifa, sizeof(*ifa));
94 return nlmsg_alloc_generic(type, flags, ifi, sizeof(*ifi));
104 return nlmsg_alloc_generic(type, flags, rt, sizeof(*rt));

Completed in 79 milliseconds