#include "netlink.h"
#include "common.h"
#include "bitset.h"
struct debug_req_info { … };
struct debug_reply_data { … };
#define DEBUG_REPDATA(__reply_base) …
const struct nla_policy ethnl_debug_get_policy[] = …;
static int debug_prepare_data(const struct ethnl_req_info *req_base,
struct ethnl_reply_data *reply_base,
const struct genl_info *info)
{ … }
static int debug_reply_size(const struct ethnl_req_info *req_base,
const struct ethnl_reply_data *reply_base)
{ … }
static int debug_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_debug_set_policy[] = …;
static int
ethnl_set_debug_validate(struct ethnl_req_info *req_info,
struct genl_info *info)
{ … }
static int
ethnl_set_debug(struct ethnl_req_info *req_info, struct genl_info *info)
{ … }
const struct ethnl_request_ops ethnl_debug_request_ops = …;