Home
last modified time | relevance | path

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

/external/libnl/lib/route/cls/
Dfw.c53 f->cf_act = nl_data_alloc_attr(tb[TCA_FW_ACT]); in fw_msg_parser()
60 f->cf_police = nl_data_alloc_attr(tb[TCA_FW_POLICE]); in fw_msg_parser()
Du32.c89 u->cu_selector = nl_data_alloc_attr(tb[TCA_U32_SEL]); in u32_msg_parser()
96 u->cu_mark = nl_data_alloc_attr(tb[TCA_U32_MARK]); in u32_msg_parser()
125 u->cu_police = nl_data_alloc_attr(tb[TCA_U32_POLICE]); in u32_msg_parser()
148 u->cu_pcnt = nl_data_alloc_attr(tb[TCA_U32_PCNT]); in u32_msg_parser()
/external/libnl/include/netlink/
Ddata.h21 extern struct nl_data * nl_data_alloc_attr(const struct nlattr *);
/external/libnl/lib/
Ddata.c78 struct nl_data *nl_data_alloc_attr(const struct nlattr *nla) in nl_data_alloc_attr() function
/external/libnl/lib/route/
Dtc.c93 tc->tc_opts = nl_data_alloc_attr(tb[TCA_OPTIONS]); in rtnl_tc_msg_parse()
137 tc->tc_xstats = nl_data_alloc_attr(tbs[TCA_STATS_APP]); in rtnl_tc_msg_parse()
161 tc->tc_xstats = nl_data_alloc_attr(tb[TCA_XSTATS]); in rtnl_tc_msg_parse()
Dact.c430 tc->tc_opts = nl_data_alloc_attr(tb2[TCA_ACT_OPTIONS]); in rtnl_act_parse()
Dlink.c785 link->l_phys_port_id = nl_data_alloc_attr(tb[IFLA_PHYS_PORT_ID]); in link_msg_parser()
797 link->l_phys_switch_id = nl_data_alloc_attr(tb[IFLA_PHYS_SWITCH_ID]); in link_msg_parser()
/external/libnl/
Dlibnl-3.sym127 nl_data_alloc_attr;
/external/libnl/doc/
Dcore.txt2977 fills it with the provided data. `nl_data_alloc_attr()` does the same
2985 struct nl_data *nl_data_alloc_attr(struct nlattr *attr);