Searched refs:rtnl_ematch_parse (Results 1 – 4 of 4) sorted by relevance
63 extern int rtnl_ematch_parse(struct nlattr *, struct rtnl_ematch_tree **);
56 if ((err = rtnl_ematch_parse(tb[TCA_CGROUP_EMATCHES], in cgroup_msg_parser()
80 if ((err = rtnl_ematch_parse(tb[TCA_BASIC_EMATCHES], in basic_msg_parser()
259 int rtnl_ematch_parse(struct nlattr *attr, struct rtnl_ematch_tree **result) in rtnl_ematch_parse() function