Home
last modified time | relevance | path

Searched refs:nl_data_alloc_attr (Results 1 – 5 of 5) sorted by relevance

/external/libnl/lib/route/cls/
Dfw.c57 f->cf_act = nl_data_alloc_attr(tb[TCA_FW_ACT]); in fw_msg_parser()
64 f->cf_police = nl_data_alloc_attr(tb[TCA_FW_POLICE]); in fw_msg_parser()
Du32.c83 u->cu_selector = nl_data_alloc_attr(tb[TCA_U32_SEL]); in u32_msg_parser()
105 u->cu_act = nl_data_alloc_attr(tb[TCA_U32_ACT]); in u32_msg_parser()
112 u->cu_police = nl_data_alloc_attr(tb[TCA_U32_POLICE]); in u32_msg_parser()
135 u->cu_pcnt = nl_data_alloc_attr(tb[TCA_U32_PCNT]); in u32_msg_parser()
/external/libnl/include/netlink/
Ddata.h25 extern struct nl_data * nl_data_alloc_attr(struct nlattr *);
/external/libnl/lib/route/
Dtc.c84 g->tc_opts = nl_data_alloc_attr(tb[TCA_OPTIONS]); in tca_msg_parser()
129 g->tc_xstats = nl_data_alloc_attr(tbs[TCA_STATS_APP]); in tca_msg_parser()
152 g->tc_xstats = nl_data_alloc_attr(tb[TCA_XSTATS]); in tca_msg_parser()
/external/libnl/lib/
Ddata.c72 struct nl_data *nl_data_alloc_attr(struct nlattr *nla) in nl_data_alloc_attr() function