Home
last modified time | relevance | path

Searched refs:rtnl_ematch_register (Results 1 – 7 of 7) sorted by relevance

/external/libnl/lib/route/cls/ematch/
Dcontainer.c46 rtnl_ematch_register(&container_ops); in container_init()
Dcmp.c90 rtnl_ematch_register(&cmp_ops); in cmp_init()
Dnbyte.c136 rtnl_ematch_register(&nbyte_ops); in nbyte_init()
Dtext.c180 rtnl_ematch_register(&text_ops); in text_init()
Dmeta.c331 rtnl_ematch_register(&meta_ops); in meta_init()
/external/libnl/include/netlink/route/cls/
Dematch.h48 extern int rtnl_ematch_register(struct rtnl_ematch_ops *);
/external/libnl/lib/route/cls/
Dematch.c45 int rtnl_ematch_register(struct rtnl_ematch_ops *ops) in rtnl_ematch_register() function