Searched refs:nl_data_alloc_attr (Results 1 – 9 of 9) sorted by relevance
53 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()
89 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()
21 extern struct nl_data * nl_data_alloc_attr(const struct nlattr *);
78 struct nl_data *nl_data_alloc_attr(const struct nlattr *nla) in nl_data_alloc_attr() function
93 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()
430 tc->tc_opts = nl_data_alloc_attr(tb2[TCA_ACT_OPTIONS]); in rtnl_act_parse()
785 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()
127 nl_data_alloc_attr;
2977 fills it with the provided data. `nl_data_alloc_attr()` does the same2985 struct nl_data *nl_data_alloc_attr(struct nlattr *attr);