Searched refs:rtnl_ematch_parse_attr (Results 1 – 4 of 4) sorted by relevance
76 extern int rtnl_ematch_parse_attr(struct nlattr *,
63 if ((err = rtnl_ematch_parse_attr(tb[TCA_CGROUP_EMATCHES], in cgroup_msg_parser()
86 if ((err = rtnl_ematch_parse_attr(tb[TCA_BASIC_EMATCHES], in basic_msg_parser()
340 int rtnl_ematch_parse_attr(struct nlattr *attr, struct rtnl_ematch_tree **result) in rtnl_ematch_parse_attr() function