Searched refs:NLA_PUT_DATA (Results 1 – 3 of 3) sorted by relevance
/external/libnl/lib/route/cls/ |
D | fw.c | 126 NLA_PUT_DATA(msg, TCA_FW_ACT, f->cf_act); in fw_get_opts() 129 NLA_PUT_DATA(msg, TCA_FW_POLICE, f->cf_police); in fw_get_opts()
|
D | u32.c | 321 NLA_PUT_DATA(msg, TCA_U32_SEL, u->cu_selector); in u32_get_opts() 324 NLA_PUT_DATA(msg, TCA_U32_ACT, u->cu_act); in u32_get_opts() 327 NLA_PUT_DATA(msg, TCA_U32_POLICE, u->cu_police); in u32_get_opts()
|
/external/libnl/include/netlink/ |
D | attr.h | 241 #define NLA_PUT_DATA(msg, attrtype, data) \ macro
|