Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink/
Dmsg.h75 extern struct nl_msg * nlmsg_alloc_size(size_t);
/third_party/libnl/
Dlibnl-3.sym289 nlmsg_alloc_size;
/third_party/libnl/lib/
Dmsg.c309 struct nl_msg *nlmsg_alloc_size(size_t max) in nlmsg_alloc_size() function
/third_party/libnl/python/netlink/
Dcore.py121 self._msg = capi.nlmsg_alloc_size(size)
Dcapi.i221 extern struct nl_msg * nlmsg_alloc_size(size_t);
/third_party/libnl/doc/
Dcore.txt1469 struct nl_msg *nlmsg_alloc_size(size_t max);
1473 nlmsg_alloc_size() can be used to allocate a message with a individual
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c4190 acl = nlmsg_alloc_size(acl_nlmsg_sz); in wpa_driver_nl80211_set_acl()
4210 if (!(msg = nl80211_ifindex_msg_build(drv, nlmsg_alloc_size(nlmsg_sz), in wpa_driver_nl80211_set_acl()