Home
last modified time | relevance | path

Searched defs:nl_cache_ops (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink-private/
Dcache-api.h165 struct nl_cache_ops struct
168 char * co_name;
171 int co_hdrsize;
174 int co_protocol;
199 int (*co_msg_parser)(struct nl_cache_ops *, struct sockaddr_nl *, argument
224 int (*co_event_filter)(struct nl_cache *, struct nl_object *obj);
255 struct nl_cache_ops *co_next; argument
257 struct nl_cache *co_major_cache;
258 struct genl_ops * co_genl;
261 struct nl_msgtype co_msgtypes[];
/external/libnl/lib/
Dcache_mngt.c218 void nl_cache_ops_foreach(void (*cb)(struct nl_cache_ops *, void *), void *arg) in nl_cache_ops_foreach() argument
Dnl.c1117 int (*parser)(struct nl_cache_ops *, struct sockaddr_nl *, in nl_pickup()