#include "netlink.h"
#include "common.h"
#include "bitset.h"
struct eee_req_info { … };
struct eee_reply_data { … };
#define EEE_REPDATA(__reply_base) …
const struct nla_policy ethnl_eee_get_policy[] = …;
static int eee_prepare_data(const struct ethnl_req_info *req_base,
struct ethnl_reply_data *reply_base,
const struct genl_info *info)
{ … }
static int eee_reply_size(const struct ethnl_req_info *req_base,
const struct ethnl_reply_data *reply_base)
{ … }
static int eee_fill_reply(struct sk_buff *skb,
const struct ethnl_req_info *req_base,
const struct ethnl_reply_data *reply_base)
{ … }
const struct nla_policy ethnl_eee_set_policy[] = …;
static int
ethnl_set_eee_validate(struct ethnl_req_info *req_info, struct genl_info *info)
{ … }
static int
ethnl_set_eee(struct ethnl_req_info *req_info, struct genl_info *info)
{ … }
const struct ethnl_request_ops ethnl_eee_request_ops = …;