Searched defs:nl_cache_ops (Results 1 – 3 of 3) sorted by relevance
159 struct nl_cache_ops struct162 char * co_name;165 int co_hdrsize;168 int co_protocol;193 int (*co_msg_parser)(struct nl_cache_ops *, struct sockaddr_nl *, argument218 int (*co_event_filter)(struct nl_cache *, struct nl_object *obj);250 struct nl_cache_ops *co_next; argument252 struct nl_cache *co_major_cache;253 struct genl_ops * co_genl;256 struct nl_msgtype co_msgtypes[];
1173 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()
212 void nl_cache_ops_foreach(void (*cb)(struct nl_cache_ops *, void *), void *arg) in nl_cache_ops_foreach() argument