linux/drivers/net/team/team_nl.c

// SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
/* Do not edit directly, auto-generated from: */
/*	Documentation/netlink/specs/team.yaml */
/* YNL-GEN kernel source */

#include <net/netlink.h>
#include <net/genetlink.h>

#include "team_nl.h"

#include <uapi/linux/if_team.h>

/* Common nested types */
const struct nla_policy team_attr_option_nl_policy[TEAM_ATTR_OPTION_ARRAY_INDEX + 1] =;

const struct nla_policy team_item_option_nl_policy[TEAM_ATTR_ITEM_OPTION + 1] =;

/* Global operation policy for team */
const struct nla_policy team_nl_policy[TEAM_ATTR_LIST_OPTION + 1] =;

/* Ops table for team */
const struct genl_small_ops team_nl_ops[4] =;