Home
last modified time | relevance | path

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

/external/libnl/lib/route/cls/
Dfw.c59 f->cf_act = nl_data_alloc_attr(tb[TCA_FW_ACT]); in fw_msg_parser()
66 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()
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/
Ddata.c84 struct nl_data *nl_data_alloc_attr(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()
160 tc->tc_xstats = nl_data_alloc_attr(tb[TCA_XSTATS]); in rtnl_tc_msg_parse()
Dact.c425 tc->tc_opts = nl_data_alloc_attr(tb2[TCA_ACT_OPTIONS]); in rtnl_act_parse()
Dlink.c626 link->l_phys_port_id = nl_data_alloc_attr(tb[IFLA_PHYS_PORT_ID]); in link_msg_parser()
/external/libnl/doc/
Dcore.txt2977 fill it with the provided data. `nl_data_alloc_attr()` does the same
2985 struct nl_data *nl_data_alloc_attr(struct nlattr *attr);