HomeSort by relevance Sort by last modified time
    Searched refs:nl_cache_ops (Results 1 - 25 of 28) sorted by null

1 2

  /external/libnl/include/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/lib/
cache_mngt.c 23 static struct nl_cache_ops *cache_ops;
37 struct nl_cache_ops *nl_cache_ops_lookup(const char *name)
39 struct nl_cache_ops *ops;
59 struct nl_cache_ops *nl_cache_ops_associate(int protocol, int msgtype)
62 struct nl_cache_ops *ops;
86 struct nl_msgtype *nl_msgtype_lookup(struct nl_cache_ops *ops, int msgtype)
97 static struct nl_cache_ops *cache_ops_lookup_for_obj(struct nl_object_ops *obj_ops)
99 struct nl_cache_ops *ops;
114 void nl_cache_ops_foreach(void (*cb)(struct nl_cache_ops *, void *), void *arg)
116 struct nl_cache_ops *ops
    [all...]
cache.c 103 struct nl_cache_ops *nl_cache_get_ops(struct nl_cache *cache)
173 struct nl_cache *nl_cache_alloc(struct nl_cache_ops *ops)
189 int nl_cache_alloc_and_fill(struct nl_cache_ops *ops, struct nl_sock *sock,
214 struct nl_cache_ops *ops;
452 struct nl_cache_ops *ops;
560 struct nl_cache_ops *ops = cache->c_ops;
634 int nl_cache_parse(struct nl_cache_ops *ops, struct sockaddr_nl *who,
cache_mngr.c 106 struct nl_cache_ops *ops;
212 struct nl_cache_ops *ops;
object.c 72 struct nl_cache_ops *ops;
msg.c 831 struct nl_cache_ops *ops;
901 struct nl_cache_ops *ops;
990 struct nl_cache_ops *ops;
  /external/libnl/include/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/lib/genl/
mngt.c 57 * static struct nl_cache_ops genl_foo_ops = {
93 static int genl_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who,
172 int genl_register(struct nl_cache_ops *ops)
209 void genl_unregister(struct nl_cache_ops *ops)
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,
282 static struct nl_cache_ops genl_ctrl_ops = {
  /external/libnl/lib/route/
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,
279 static struct nl_cache_ops rtnl_class_ops = {
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,
175 static struct nl_cache_ops rtnl_route_ops = {
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,
316 static struct nl_cache_ops rtnl_cls_ops = {
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,
443 static struct nl_cache_ops rtnl_qdisc_ops = {
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,
861 static struct nl_cache_ops rtnl_neigh_ops = {
neightbl.c 53 static struct nl_cache_ops rtnl_neightbl_ops;
121 static int neightbl_msg_parser(struct nl_cache_ops *ops,
790 static struct nl_cache_ops rtnl_neightbl_ops = {
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,
772 static struct nl_cache_ops rtnl_rule_ops = {
  /external/libnl/src/
nl-list-caches.c 31 static void print(struct nl_cache_ops *ops, void *arg)
  /external/libnl/lib/fib_lookup/
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,
327 static struct nl_cache_ops fib_lookup_ops = {
  /external/libnl/lib/netfilter/
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,
262 static struct nl_cache_ops nfnl_queue_msg_ops = {
log_msg.c 169 static int log_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who,
187 static struct nl_cache_ops nfnl_log_msg_ops = {
log.c 233 static struct nl_cache_ops nfnl_log_ops = {
queue.c 233 static struct nl_cache_ops nfnl_queue_ops = {
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,
575 static struct nl_cache_ops nfnl_ct_ops = {
  /external/libnl/include/
netlink-types.h 29 struct nl_cache_ops;
79 struct nl_cache_ops * c_ops;

Completed in 93 milliseconds

1 2