Searched refs:nl_data_alloc_attr (Results 1 – 8 of 8) sorted by relevance
59 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()
83 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()
25 extern struct nl_data * nl_data_alloc_attr(struct nlattr *);
84 struct nl_data *nl_data_alloc_attr(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()160 tc->tc_xstats = nl_data_alloc_attr(tb[TCA_XSTATS]); in rtnl_tc_msg_parse()
425 tc->tc_opts = nl_data_alloc_attr(tb2[TCA_ACT_OPTIONS]); in rtnl_act_parse()
626 link->l_phys_port_id = nl_data_alloc_attr(tb[IFLA_PHYS_PORT_ID]); in link_msg_parser()
2977 fill it with the provided data. `nl_data_alloc_attr()` does the same2985 struct nl_data *nl_data_alloc_attr(struct nlattr *attr);