OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nl_cache_ops
(Results
1 - 5
of
5
) sorted by null
/external/libnl-headers/netlink/
cache.h
33
extern struct
nl_cache_ops
* nl_cache_get_ops(struct nl_cache *);
39
extern struct nl_cache * nl_cache_alloc(struct
nl_cache_ops
*);
40
extern int nl_cache_alloc_and_fill(struct
nl_cache_ops
*,
95
extern struct
nl_cache_ops
* nl_cache_ops_lookup(const char *);
96
extern struct
nl_cache_ops
* nl_cache_ops_associate(int, int);
97
extern struct nl_msgtype * nl_msgtype_lookup(struct
nl_cache_ops
*, int);
98
extern void nl_cache_ops_foreach(void (*cb)(struct
nl_cache_ops
*, void *), void *);
99
extern int nl_cache_mngt_register(struct
nl_cache_ops
*);
100
extern int nl_cache_mngt_unregister(struct
nl_cache_ops
*);
cache-api.h
28
* struct
nl_cache_ops
my_cache_ops = {
53
* static int my_msg_parser(struct
nl_cache_ops
*ops, struct sockaddr_nl *who,
68
* struct
nl_cache_ops
my_cache_ops = {
95
* static struct
nl_cache_ops
rtnl_addr_ops = {
163
struct
nl_cache_ops
struct
182
int (*co_msg_parser)(struct
nl_cache_ops
*, struct sockaddr_nl *,
187
struct
nl_cache_ops
*co_next;
/external/libnl-headers/netlink/genl/
mngt.h
23
struct
nl_cache_ops
;
52
int (*c_msg_parser)(struct
nl_cache_ops
*,
71
struct
nl_cache_ops
* o_cache_ops;
80
extern int genl_register(struct
nl_cache_ops
*);
81
extern void genl_unregister(struct
nl_cache_ops
*);
/external/libnl-headers/
netlink-types.h
32
struct
nl_cache_ops
;
82
struct
nl_cache_ops
* c_ops;
netlink-local.h
143
extern int nl_cache_parse(struct
nl_cache_ops
*, struct sockaddr_nl *,
Completed in 33 milliseconds