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.h159 struct nl_cache_ops struct
162 char * co_name;
165 int co_hdrsize;
168 int co_protocol;
193 int (*co_msg_parser)(struct nl_cache_ops *, struct sockaddr_nl *, argument
218 int (*co_event_filter)(struct nl_cache *, struct nl_object *obj);
250 struct nl_cache_ops *co_next; argument
252 struct nl_cache *co_major_cache;
253 struct genl_ops * co_genl;
256 struct nl_msgtype co_msgtypes[];
/external/libnl/lib/
Dnl.c1173 int (*parser)(struct nl_cache_ops *, struct sockaddr_nl *, in nl_pickup()
1190 int (*parser)(struct nl_cache_ops *, struct sockaddr_nl *, in nl_pickup_keep_syserr()
Dcache_mngt.c212 void nl_cache_ops_foreach(void (*cb)(struct nl_cache_ops *, void *), void *arg) in nl_cache_ops_foreach() argument