Searched refs:nlmsg_alloc_generic (Results 1 – 1 of 1) sorted by relevance
/external/android-clat/ |
D | netlink_msg.c | 55 struct nl_msg *nlmsg_alloc_generic(uint16_t type, uint16_t flags, void *payload_struct, in nlmsg_alloc_generic() function 85 return nlmsg_alloc_generic(type, flags, ifa, sizeof(*ifa)); in nlmsg_alloc_ifaddr() 95 return nlmsg_alloc_generic(type, flags, ifi, sizeof(*ifi)); in nlmsg_alloc_ifinfo() 105 return nlmsg_alloc_generic(type, flags, rt, sizeof(*rt)); in nlmsg_alloc_rtmsg()
|