Home
last modified time | relevance | path

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

12

/external/libnl/lib/
Dcache_mngt.c23 static struct nl_cache_ops *cache_ops;
37 struct nl_cache_ops *nl_cache_ops_lookup(const char *name) in nl_cache_ops_lookup()
39 struct nl_cache_ops *ops; in nl_cache_ops_lookup()
59 struct nl_cache_ops *nl_cache_ops_associate(int protocol, int msgtype) in nl_cache_ops_associate()
62 struct nl_cache_ops *ops; in nl_cache_ops_associate()
86 struct nl_msgtype *nl_msgtype_lookup(struct nl_cache_ops *ops, int msgtype) in nl_msgtype_lookup()
97 static struct nl_cache_ops *cache_ops_lookup_for_obj(struct nl_object_ops *obj_ops) in cache_ops_lookup_for_obj()
99 struct nl_cache_ops *ops; in cache_ops_lookup_for_obj()
114 void nl_cache_ops_foreach(void (*cb)(struct nl_cache_ops *, void *), void *arg) in nl_cache_ops_foreach() argument
116 struct nl_cache_ops *ops; in nl_cache_ops_foreach()
[all …]
Dcache.c103 struct nl_cache_ops *nl_cache_get_ops(struct nl_cache *cache) in nl_cache_get_ops()
173 struct nl_cache *nl_cache_alloc(struct nl_cache_ops *ops) in nl_cache_alloc()
189 int nl_cache_alloc_and_fill(struct nl_cache_ops *ops, struct nl_sock *sock, in nl_cache_alloc_and_fill()
214 struct nl_cache_ops *ops; in nl_cache_alloc_name()
452 struct nl_cache_ops *ops;
560 struct nl_cache_ops *ops = cache->c_ops; in nl_cache_include()
634 int nl_cache_parse(struct nl_cache_ops *ops, struct sockaddr_nl *who, in nl_cache_parse()
Dcache_mngr.c106 struct nl_cache_ops *ops; in event_input()
212 struct nl_cache_ops *ops; in nl_cache_mngr_add()
Dmsg.c831 struct nl_cache_ops *ops; in nl_msg_parse()
901 struct nl_cache_ops *ops; in print_hdr()
990 struct nl_cache_ops *ops; in nl_msg_dump()
/external/libnl/include/netlink/
Dcache.h33 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 *);
Dcache-api.h163 struct nl_cache_ops struct
182 int (*co_msg_parser)(struct nl_cache_ops *, struct sockaddr_nl *, argument
187 struct nl_cache_ops *co_next; argument
/external/libnl/include/netlink/genl/
Dmngt.h23 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/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()
175 static struct nl_cache_ops rtnl_route_ops = {
Dclass.c28 static struct nl_cache_ops rtnl_class_ops;
30 static int class_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in class_msg_parser()
279 static struct nl_cache_ops rtnl_class_ops = {
Dcls.c36 static struct nl_cache_ops rtnl_cls_ops;
38 static int cls_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in cls_msg_parser()
316 static struct nl_cache_ops rtnl_cls_ops = {
Dqdisc.c96 static struct nl_cache_ops rtnl_qdisc_ops;
98 static int qdisc_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in qdisc_msg_parser()
443 static struct nl_cache_ops rtnl_qdisc_ops = {
Dneigh.c168 static struct nl_cache_ops rtnl_neigh_ops;
252 static int neigh_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in neigh_msg_parser()
861 static struct nl_cache_ops rtnl_neigh_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()
790 static struct nl_cache_ops rtnl_neightbl_ops = {
Drule.c41 static struct nl_cache_ops rtnl_rule_ops;
80 static int rule_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in rule_msg_parser()
772 static struct nl_cache_ops rtnl_rule_ops = {
/external/libnl/lib/genl/
Dmngt.c93 static int genl_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in genl_msg_parser()
172 int genl_register(struct nl_cache_ops *ops) in genl_register()
209 void genl_unregister(struct nl_cache_ops *ops) in genl_unregister()
Dctrl.c31 static struct nl_cache_ops genl_ctrl_ops;
55 static int ctrl_msg_parser(struct nl_cache_ops *ops, struct genl_cmd *cmd, in ctrl_msg_parser()
282 static struct nl_cache_ops genl_ctrl_ops = {
/external/libnl/lib/fib_lookup/
Dlookup.c29 static struct nl_cache_ops fib_lookup_ops;
70 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.c28 static struct nl_cache_ops nfnl_queue_msg_ops;
148 static int queue_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in queue_msg_parser()
262 static struct nl_cache_ops nfnl_queue_msg_ops = {
Dlog_msg.c169 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 = {
Dct.c31 static struct nl_cache_ops nfnl_ct_ops;
357 static int ct_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in ct_msg_parser()
575 static struct nl_cache_ops nfnl_ct_ops = {
Dqueue.c233 static struct nl_cache_ops nfnl_queue_ops = {
Dlog.c233 static struct nl_cache_ops nfnl_log_ops = {
/external/libnl/src/
Dnl-list-caches.c31 static void print(struct nl_cache_ops *ops, void *arg) in print()
/external/libnl/include/
Dnetlink-local.h140 extern int nl_cache_parse(struct nl_cache_ops *, struct sockaddr_nl *,
Dnetlink-types.h29 struct nl_cache_ops;
79 struct nl_cache_ops * c_ops;

12