Searched refs:rtnl_ematch_tree_alloc (Results 1 – 4 of 4) sorted by relevance
248 struct rtnl_ematch_tree *rtnl_ematch_tree_alloc(uint16_t progid) in rtnl_ematch_tree_alloc() function341 if (!(dst = rtnl_ematch_tree_alloc(src->et_progid))) in rtnl_ematch_tree_clone()441 if (!(tree = rtnl_ematch_tree_alloc(thdr->progid))) { in rtnl_ematch_parse_attr()699 if (!(tree = rtnl_ematch_tree_alloc(RTNL_EMATCH_PROGID))) in rtnl_ematch_parse_expr()
71 extern struct rtnl_ematch_tree *rtnl_ematch_tree_alloc(uint16_t);
117 src = rtnl_ematch_tree_alloc(2); in START_TEST()
204 rtnl_ematch_tree_alloc;