Home
last modified time | relevance | path

Searched refs:rtnl_ematch_alloc (Results 1 – 5 of 5) sorted by relevance

/external/libnl/lib/route/cls/
Dematch_syntax.y192 if (!(e = rtnl_ematch_alloc())) {
207 if (!(e = rtnl_ematch_alloc())) {
225 if (!(e = rtnl_ematch_alloc())) {
252 if (!(e = rtnl_ematch_alloc())) {
271 if (!(e = rtnl_ematch_alloc())) {
Dematch.c109 struct rtnl_ematch *rtnl_ematch_alloc(void) in rtnl_ematch_alloc() function
297 new = rtnl_ematch_alloc(); in clone_ematch_list()
484 if (!(ematch = rtnl_ematch_alloc())) { in rtnl_ematch_parse_attr()
/external/libnl/include/netlink/route/cls/
Dematch.h52 extern struct rtnl_ematch * rtnl_ematch_alloc(void);
/external/libnl/tests/
Dcheck-ematch-tree-clone.c59 child = rtnl_ematch_alloc(); in build_children()
/external/libnl/
Dlibnl-route-3.sym165 rtnl_ematch_alloc;