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.c145 NLA_PUT_DATA(msg, TCA_FW_ACT, f->cf_act); in fw_msg_fill()
148 NLA_PUT_DATA(msg, TCA_FW_POLICE, f->cf_police); in fw_msg_fill()
Du32.c332 NLA_PUT_DATA(msg, TCA_U32_SEL, u->cu_selector); in u32_msg_fill()
343 NLA_PUT_DATA(msg, TCA_U32_POLICE, u->cu_police); in u32_msg_fill()
/external/libnl/include/netlink/
Dattr.h243 #define NLA_PUT_DATA(msg, attrtype, data) \ macro