/external/libnl/lib/ |
D | cache_mngt.c | 23 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 …]
|
D | cache.c | 103 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()
|
D | cache_mngr.c | 106 struct nl_cache_ops *ops; in event_input() 212 struct nl_cache_ops *ops; in nl_cache_mngr_add()
|
D | msg.c | 831 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/ |
D | 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 *);
|
D | cache-api.h | 163 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/ |
D | 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/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() 175 static struct nl_cache_ops rtnl_route_ops = {
|
D | class.c | 28 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 = {
|
D | cls.c | 36 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 = {
|
D | qdisc.c | 96 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 = {
|
D | neigh.c | 168 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 = {
|
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() 790 static struct nl_cache_ops rtnl_neightbl_ops = {
|
D | rule.c | 41 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/ |
D | mngt.c | 93 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()
|
D | ctrl.c | 31 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/ |
D | lookup.c | 29 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/ |
D | queue_msg.c | 28 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 = {
|
D | log_msg.c | 169 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 | ct.c | 31 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 = {
|
D | queue.c | 233 static struct nl_cache_ops nfnl_queue_ops = {
|
D | log.c | 233 static struct nl_cache_ops nfnl_log_ops = {
|
/external/libnl/src/ |
D | nl-list-caches.c | 31 static void print(struct nl_cache_ops *ops, void *arg) in print()
|
/external/libnl/include/ |
D | netlink-local.h | 140 extern int nl_cache_parse(struct nl_cache_ops *, struct sockaddr_nl *,
|
D | netlink-types.h | 29 struct nl_cache_ops; 79 struct nl_cache_ops * c_ops;
|