Home
last modified time | relevance | path

Searched refs:nl_cache_ops (Results 1 – 25 of 35) sorted by relevance

12

/external/libnl/lib/
Dcache_mngt.c33 static struct nl_cache_ops *cache_ops;
41 struct nl_cache_ops *__nl_cache_ops_lookup(const char *name) in __nl_cache_ops_lookup()
43 struct nl_cache_ops *ops; in __nl_cache_ops_lookup()
56 void nl_cache_ops_get(struct nl_cache_ops *ops) in nl_cache_ops_get()
65 void nl_cache_ops_put(struct nl_cache_ops *ops) in nl_cache_ops_put()
79 struct nl_cache_ops *nl_cache_ops_lookup(const char *name) in nl_cache_ops_lookup()
81 struct nl_cache_ops *ops; in nl_cache_ops_lookup()
99 struct nl_cache_ops *nl_cache_ops_lookup_safe(const char *name) in nl_cache_ops_lookup_safe()
101 struct nl_cache_ops *ops; in nl_cache_ops_lookup_safe()
111 static struct nl_cache_ops *__cache_ops_associate(int protocol, int msgtype) in __cache_ops_associate()
[all …]
Dcache.c110 struct nl_cache_ops *nl_cache_get_ops(struct nl_cache *cache) in nl_cache_get_ops()
183 struct nl_cache *nl_cache_alloc(struct nl_cache_ops *ops) in nl_cache_alloc()
233 int nl_cache_alloc_and_fill(struct nl_cache_ops *ops, struct nl_sock *sock, in nl_cache_alloc_and_fill()
266 struct nl_cache_ops *ops; in nl_cache_alloc_name()
339 struct nl_cache_ops *ops = nl_cache_get_ops(cache); in nl_cache_clone()
659 struct nl_cache_ops *ops;
809 struct nl_cache_ops *ops = cache->c_ops; in nl_cache_include()
904 int nl_cache_parse(struct nl_cache_ops *ops, struct sockaddr_nl *who, in nl_cache_parse()
Dcache_mngr.c48 struct nl_cache_ops *ops = ca->ca_cache->c_ops; in include_cb()
72 struct nl_cache_ops *ops; in event_input()
224 struct nl_cache_ops *ops; in nl_cache_mngr_add_cache()
324 struct nl_cache_ops *ops; in nl_cache_mngr_add()
Dmsg.c726 struct nl_cache_ops *ops; in nl_msg_parse()
799 struct nl_cache_ops *ops; in print_hdr()
835 struct nl_cache_ops *ops, int *payloadlen) in print_genl_msg()
934 struct nl_cache_ops *ops; in print_msg()
/external/libnl/include/netlink/
Dcache.h49 extern struct nl_cache_ops * nl_cache_get_ops(struct nl_cache *);
55 extern struct nl_cache * nl_cache_alloc(struct nl_cache_ops *);
56 extern int nl_cache_alloc_and_fill(struct nl_cache_ops *,
123 extern struct nl_cache_ops * nl_cache_ops_lookup(const char *);
124 extern struct nl_cache_ops * nl_cache_ops_lookup_safe(const char *);
125 extern struct nl_cache_ops * nl_cache_ops_associate(int, int);
126 extern struct nl_cache_ops * nl_cache_ops_associate_safe(int, int);
127 extern struct nl_msgtype * nl_msgtype_lookup(struct nl_cache_ops *, int);
128 extern void nl_cache_ops_foreach(void (*cb)(struct nl_cache_ops *, void *), void *);
129 extern int nl_cache_mngt_register(struct nl_cache_ops *);
[all …]
Dnetlink.h42 struct nl_cache_ops;
85 int (*parser)(struct nl_cache_ops *,
/external/libnl/include/netlink/genl/
Dmngt.h23 struct nl_cache_ops;
99 int (*c_msg_parser)(struct nl_cache_ops *,
147 struct nl_cache_ops * o_cache_ops;
166 extern int genl_register(struct nl_cache_ops *);
167 extern void genl_unregister(struct nl_cache_ops *);
/external/libnl/include/netlink-private/
Dcache-api.h165 struct nl_cache_ops struct
199 int (*co_msg_parser)(struct nl_cache_ops *, struct sockaddr_nl *, argument
255 struct nl_cache_ops *co_next; argument
/external/libnl/lib/genl/
Dmngt.c48 struct genl_ops *ops, struct nl_cache_ops *cache_ops, void *arg) in cmd_msg_parser()
85 static int genl_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in genl_msg_parser()
241 int genl_register(struct nl_cache_ops *ops) in genl_register()
278 void genl_unregister(struct nl_cache_ops *ops) in genl_unregister()
Dctrl.c35 static struct nl_cache_ops genl_ctrl_ops;
105 static int ctrl_msg_parser(struct nl_cache_ops *ops, struct genl_cmd *cmd, in ctrl_msg_parser()
526 static struct nl_cache_ops genl_ctrl_ops = {
/external/libnl/lib/route/
Droute.c28 static struct nl_cache_ops rtnl_route_ops;
30 static int route_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in route_msg_parser()
180 static struct nl_cache_ops rtnl_route_ops = {
Dcls.c32 static struct nl_cache_ops rtnl_cls_ops;
358 static int cls_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in cls_msg_parser()
404 static struct nl_cache_ops rtnl_cls_ops = {
Dclass.c27 static struct nl_cache_ops rtnl_class_ops;
41 static int class_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in class_msg_parser()
446 static struct nl_cache_ops rtnl_class_ops = {
Dqdisc.c28 static struct nl_cache_ops rtnl_qdisc_ops;
31 static int qdisc_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in qdisc_msg_parser()
534 static struct nl_cache_ops rtnl_qdisc_ops = {
Dact.c27 static struct nl_cache_ops rtnl_act_ops;
496 static int act_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in act_msg_parser()
539 static struct nl_cache_ops rtnl_act_ops = {
Drule.c42 static struct nl_cache_ops rtnl_rule_ops;
84 static int rule_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in rule_msg_parser()
732 static struct nl_cache_ops rtnl_rule_ops = {
Dneightbl.c53 static struct nl_cache_ops rtnl_neightbl_ops;
121 static int neightbl_msg_parser(struct nl_cache_ops *ops, in neightbl_msg_parser()
802 static struct nl_cache_ops rtnl_neightbl_ops = {
/external/libnl/python/netlink/
Dcapi.i339 extern struct nl_cache_ops * nl_cache_get_ops(struct nl_cache *);
345 extern struct nl_cache * nl_cache_alloc(struct nl_cache_ops *);
400 extern struct nl_cache_ops * nl_cache_ops_lookup(const char *);
401 extern struct nl_cache_ops * nl_cache_ops_associate(int, int);
402 extern struct nl_msgtype * nl_msgtype_lookup(struct nl_cache_ops *, int);
403 extern void nl_cache_ops_foreach(void (*cb)(struct nl_cache_ops *, void *), void *);
404 extern int nl_cache_mngt_register(struct nl_cache_ops *);
405 extern int nl_cache_mngt_unregister(struct nl_cache_ops *);
/external/libnl/lib/fib_lookup/
Dlookup.c30 static struct nl_cache_ops fib_lookup_ops;
71 static int result_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in result_msg_parser()
327 static struct nl_cache_ops fib_lookup_ops = {
/external/libnl/lib/netfilter/
Dqueue_msg.c29 static struct nl_cache_ops nfnl_queue_msg_ops;
149 static int queue_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in queue_msg_parser()
299 static struct nl_cache_ops nfnl_queue_msg_ops = {
Dlog_msg.c170 static int log_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in log_msg_parser()
187 static struct nl_cache_ops nfnl_log_msg_ops = {
Dexp.c32 static struct nl_cache_ops nfnl_exp_ops;
294 static int exp_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in exp_msg_parser()
594 static struct nl_cache_ops nfnl_exp_ops = {
Dct.c31 static struct nl_cache_ops nfnl_ct_ops;
410 static int ct_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in ct_msg_parser()
663 static struct nl_cache_ops nfnl_ct_ops = {
/external/libnl/src/
Dnl-list-caches.c31 static void print(struct nl_cache_ops *ops, void *arg) in print()
/external/libnl/tests/
Dtest-genl.c13 static int parse_cmd_new(struct nl_cache_ops *unused, struct genl_cmd *cmd, in parse_cmd_new()

12