Home
last modified time | relevance | path

Searched refs:RTA_SPACE (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dnetlink.c202 req.hdr.nlmsg_len += RTA_SPACE(sizeof(char)); in netlink_send_oper_ifla()
211 req.hdr.nlmsg_len += RTA_SPACE(sizeof(char)); in netlink_send_oper_ifla()
Dpriv_netlink.h71 #define RTA_SPACE(len) RTA_ALIGN(RTA_LENGTH(len)) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dnetlink.c202 req.hdr.nlmsg_len += RTA_SPACE(sizeof(char)); in netlink_send_oper_ifla()
211 req.hdr.nlmsg_len += RTA_SPACE(sizeof(char)); in netlink_send_oper_ifla()
Dpriv_netlink.h71 #define RTA_SPACE(len) RTA_ALIGN(RTA_LENGTH(len)) macro
/third_party/ltp/lib/
Dtst_rtnetlink.c295 if (!tst_rtnl_grow_buffer(file, lineno, ctx, RTA_SPACE(len))) in tst_rtnl_add_attr()
/third_party/libnl/include/linux-private/linux/
Drtnetlink.h189 #define RTA_SPACE(len) RTA_ALIGN(RTA_LENGTH(len)) macro