Searched refs:nl_data_alloc_attr (Results 1 – 5 of 5) sorted by relevance
57 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()
83 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()
25 extern struct nl_data * nl_data_alloc_attr(struct nlattr *);
84 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()
72 struct nl_data *nl_data_alloc_attr(struct nlattr *nla) in nl_data_alloc_attr() function