Lines Matching defs:ethnl_req_info
11 struct ethnl_req_info;
13 int ethnl_parse_header_dev_get(struct ethnl_req_info *req_info,
244 * ethnl_req_info and struct ethnl_reply_data defined below) and optional
249 * struct ethnl_req_info - base type of request information for GET requests
255 * parsed userspace request. These always embed struct ethnl_req_info at
258 struct ethnl_req_info {
264 static inline void ethnl_parse_header_dev_put(struct ethnl_req_info *req_info)
272 * equal to ðnl_req_info.dev; in dumps it's different for each
296 * Parse request except common header (struct ethnl_req_info). Common
307 * through network devices while dev member of struct ethnl_req_info
353 int (*parse_request)(struct ethnl_req_info *req_info,
356 int (*prepare_data)(const struct ethnl_req_info *req_info,
359 int (*reply_size)(const struct ethnl_req_info *req_info,
362 const struct ethnl_req_info *req_info,
366 int (*set_validate)(struct ethnl_req_info *req_info,
368 int (*set)(struct ethnl_req_info *req_info,