Searched defs:nl_cache_ops (Results 1 – 3 of 3) sorted by relevance
155 struct nl_cache_ops struct158 char * co_name;161 int co_hdrsize;164 int co_protocol;189 int (*co_msg_parser)(struct nl_cache_ops *, struct sockaddr_nl *, argument214 int (*co_event_filter)(struct nl_cache *, struct nl_object *obj);246 struct nl_cache_ops *co_next; argument265 struct nl_cache_ops *c_ops; argument
1179 int (*parser)(struct nl_cache_ops *, struct sockaddr_nl *, in nl_pickup()1196 int (*parser)(struct nl_cache_ops *, struct sockaddr_nl *, in nl_pickup_keep_syserr()
218 void nl_cache_ops_foreach(void (*cb)(struct nl_cache_ops *, void *), void *arg) in nl_cache_ops_foreach() argument