/external/libnl/lib/ |
D | cache_mngt.c | 33 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 …]
|
D | cache.c | 110 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()
|
D | cache_mngr.c | 48 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()
|
D | msg.c | 726 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/ |
D | cache.h | 49 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 …]
|
D | netlink.h | 42 struct nl_cache_ops; 85 int (*parser)(struct nl_cache_ops *,
|
/external/libnl/include/netlink/genl/ |
D | mngt.h | 23 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/ |
D | cache-api.h | 165 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/ |
D | mngt.c | 48 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()
|
D | ctrl.c | 35 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/ |
D | route.c | 28 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 = {
|
D | cls.c | 32 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 = {
|
D | class.c | 27 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 = {
|
D | qdisc.c | 28 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 = {
|
D | act.c | 27 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 = {
|
D | rule.c | 42 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 = {
|
D | neightbl.c | 53 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/ |
D | capi.i | 339 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/ |
D | lookup.c | 30 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/ |
D | queue_msg.c | 29 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 = {
|
D | log_msg.c | 170 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 = {
|
D | exp.c | 32 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 = {
|
D | ct.c | 31 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/ |
D | nl-list-caches.c | 31 static void print(struct nl_cache_ops *ops, void *arg) in print()
|
/external/libnl/tests/ |
D | test-genl.c | 13 static int parse_cmd_new(struct nl_cache_ops *unused, struct genl_cmd *cmd, in parse_cmd_new()
|