OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_cls_ops
(Results
1 - 14
of
14
) sorted by null
/external/libnl/include/netlink/route/
classifier-modules.h
25
struct
rtnl_cls_ops
struct
66
struct
rtnl_cls_ops
*co_next;
69
extern int rtnl_cls_register(struct
rtnl_cls_ops
*);
70
extern int rtnl_cls_unregister(struct
rtnl_cls_ops
*);
71
extern struct
rtnl_cls_ops
* rtnl_cls_lookup_ops(struct rtnl_cls *);
72
extern struct
rtnl_cls_ops
* __rtnl_cls_lookup_ops(const char *kind);
classifier.h
48
extern struct
rtnl_cls_ops
*rtnl_cls_get_ops(struct rtnl_cls *);
/external/libnl/lib/route/
cls_api.c
27
static struct
rtnl_cls_ops
*cls_ops_list;
38
int rtnl_cls_register(struct
rtnl_cls_ops
*cops)
40
struct
rtnl_cls_ops
*o, **op;
59
int rtnl_cls_unregister(struct
rtnl_cls_ops
*cops)
61
struct
rtnl_cls_ops
*o, **op;
75
struct
rtnl_cls_ops
*__rtnl_cls_lookup_ops(const char *kind)
77
struct
rtnl_cls_ops
*cops;
92
struct
rtnl_cls_ops
*rtnl_cls_lookup_ops(struct rtnl_cls *cls)
cls.c
36
static struct nl_cache_ops
rtnl_cls_ops
;
variable in typeref:struct:nl_cache_ops
41
struct
rtnl_cls_ops
*cops;
86
struct
rtnl_cls_ops
*cops;
299
if (!(cache = nl_cache_alloc(&
rtnl_cls_ops
)))
316
static struct nl_cache_ops
rtnl_cls_ops
= {
variable in typeref:struct:nl_cache_ops
333
nl_cache_mngt_register(&
rtnl_cls_ops
);
338
nl_cache_mngt_unregister(&
rtnl_cls_ops
);
cls_obj.c
35
struct
rtnl_cls_ops
*cops;
50
struct
rtnl_cls_ops
*cops;
75
struct
rtnl_cls_ops
*cops;
91
struct
rtnl_cls_ops
*cops;
106
struct
rtnl_cls_ops
*cops;
178
struct
rtnl_cls_ops
*rtnl_cls_get_ops(struct rtnl_cls *cls)
214
struct
rtnl_cls_ops
*ops = cls->c_ops;
/external/libnl/include/netlink/route/cls/
basic.h
21
extern struct
rtnl_cls_ops
*rtnl_basic_get_ops(void);
/external/libnl/src/cls/
utils.h
21
struct
rtnl_cls_ops
* ops;
26
extern struct cls_module *lookup_cls_mod(struct
rtnl_cls_ops
*);
utils.c
75
struct cls_module *lookup_cls_mod(struct
rtnl_cls_ops
*ops)
89
struct
rtnl_cls_ops
*ops;
/external/libnl/src/
nl-cls-add.c
40
struct
rtnl_cls_ops
*ops;
/external/libnl/lib/route/cls/
cgroup.c
120
static struct
rtnl_cls_ops
cgroup_ops = {
basic.c
188
static struct
rtnl_cls_ops
basic_ops = {
fw.c
157
static struct
rtnl_cls_ops
fw_ops = {
u32.c
504
static struct
rtnl_cls_ops
u32_ops = {
/external/libnl/include/
netlink-types.h
482
struct
rtnl_cls_ops
*c_ops;
Completed in 149 milliseconds