Searched defs:nl_cache_ops (Results 1 – 3 of 3) sorted by relevance
165 struct nl_cache_ops struct168 char * co_name;171 int co_hdrsize;174 int co_protocol;199 int (*co_msg_parser)(struct nl_cache_ops *, struct sockaddr_nl *, argument224 int (*co_event_filter)(struct nl_cache *, struct nl_object *obj);256 struct nl_cache_ops *co_next; argument258 struct nl_cache *co_major_cache;259 struct genl_ops * co_genl;262 struct nl_msgtype co_msgtypes[];
1180 int (*parser)(struct nl_cache_ops *, struct sockaddr_nl *, in nl_pickup()1197 int (*parser)(struct nl_cache_ops *, struct sockaddr_nl *, in nl_pickup_keep_syserr()
219 void nl_cache_ops_foreach(void (*cb)(struct nl_cache_ops *, void *), void *arg) in nl_cache_ops_foreach() argument