Home
last modified time | relevance | path

Searched refs:rtnl_ematch_ops (Results 1 – 8 of 8) sorted by relevance

/external/libnl/include/netlink/route/cls/
Dematch.h33 struct rtnl_ematch_ops struct
48 extern int rtnl_ematch_register(struct rtnl_ematch_ops *); argument
49 extern struct rtnl_ematch_ops * rtnl_ematch_lookup_ops(int);
50 extern struct rtnl_ematch_ops * rtnl_ematch_lookup_ops_by_name(const char *);
65 struct rtnl_ematch_ops *);
/external/libnl/lib/route/cls/
Dematch.c45 int rtnl_ematch_register(struct rtnl_ematch_ops *ops) in rtnl_ematch_register()
65 struct rtnl_ematch_ops *rtnl_ematch_lookup_ops(int kind) in rtnl_ematch_lookup_ops()
67 struct rtnl_ematch_ops *ops; in rtnl_ematch_lookup_ops()
84 struct rtnl_ematch_ops *rtnl_ematch_lookup_ops_by_name(const char *name) in rtnl_ematch_lookup_ops_by_name()
86 struct rtnl_ematch_ops *ops; in rtnl_ematch_lookup_ops_by_name()
168 int rtnl_ematch_set_ops(struct rtnl_ematch *ematch, struct rtnl_ematch_ops *ops) in rtnl_ematch_set_ops()
189 struct rtnl_ematch_ops *ops; in rtnl_ematch_set_kind()
204 struct rtnl_ematch_ops *ops; in rtnl_ematch_set_name()
389 struct rtnl_ematch_ops *ops; in rtnl_ematch_parse_attr()
/external/libnl/lib/route/cls/ematch/
Dcontainer.c35 static struct rtnl_ematch_ops container_ops = {
Dcmp.c79 static struct rtnl_ematch_ops cmp_ops = {
Dnbyte.c124 static struct rtnl_ematch_ops nbyte_ops = {
Dtext.c167 static struct rtnl_ematch_ops text_ops = {
Dmeta.c318 static struct rtnl_ematch_ops meta_ops = {
/external/libnl/include/netlink-private/
Dtypes.h563 struct rtnl_ematch_ops *e_ops;