Lines Matching defs:ethnl_req_info
11 struct ethnl_req_info;
13 int ethnl_parse_header_dev_get(struct ethnl_req_info *req_info,
218 * ethnl_req_info and struct ethnl_reply_data defined below) and optional
223 * struct ethnl_req_info - base type of request information for GET requests
228 * parsed userspace request. These always embed struct ethnl_req_info at
231 struct ethnl_req_info {
239 * equal to ðnl_req_info.dev; in dumps it's different for each
276 * Parse request except common header (struct ethnl_req_info). Common
287 * through network devices while dev member of struct ethnl_req_info
320 int (*parse_request)(struct ethnl_req_info *req_info,
323 int (*prepare_data)(const struct ethnl_req_info *req_info,
326 int (*reply_size)(const struct ethnl_req_info *req_info,
329 const struct ethnl_req_info *req_info,