Home
last modified time | relevance | path

Searched refs:NLA_PUT_DATA (Results 1 – 3 of 3) sorted by relevance

/external/libnl/lib/route/cls/
Dfw.c126 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()
Du32.c321 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/
Dattr.h241 #define NLA_PUT_DATA(msg, attrtype, data) \ macro