/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */1/* Do not edit directly, auto-generated from: */2/* Documentation/netlink/specs/handshake.yaml */3/* YNL-GEN kernel header */4/* To regenerate run: tools/net/ynl/ynl-regen.sh */56#ifndef _LINUX_HANDSHAKE_GEN_H7#define _LINUX_HANDSHAKE_GEN_H89#include <net/netlink.h>10#include <net/genetlink.h>1112#include <uapi/linux/handshake.h>1314int handshake_nl_accept_doit(struct sk_buff *skb, struct genl_info *info);15int handshake_nl_done_doit(struct sk_buff *skb, struct genl_info *info);1617enum {18HANDSHAKE_NLGRP_NONE,19HANDSHAKE_NLGRP_TLSHD,20};2122extern struct genl_family handshake_nl_family;2324#endif /* _LINUX_HANDSHAKE_GEN_H */252627