Home
last modified time | relevance | path

Searched refs:rtnl_ematch_tree_alloc (Results 1 – 4 of 4) sorted by relevance

/third_party/libnl/lib/route/cls/
Dematch.c248 struct rtnl_ematch_tree *rtnl_ematch_tree_alloc(uint16_t progid) in rtnl_ematch_tree_alloc() function
341 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()
/third_party/libnl/include/netlink/route/cls/
Dematch.h71 extern struct rtnl_ematch_tree *rtnl_ematch_tree_alloc(uint16_t);
/third_party/libnl/tests/
Dcheck-ematch-tree-clone.c117 src = rtnl_ematch_tree_alloc(2); in START_TEST()
/third_party/libnl/
Dlibnl-route-3.sym204 rtnl_ematch_tree_alloc;