1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ 2 /* Do not edit directly, auto-generated from: */ 3 /* Documentation/netlink/specs/handshake.yaml */ 4 /* YNL-GEN kernel header */ 5 /* To regenerate run: tools/net/ynl/ynl-regen.sh */ 6 7 #ifndef _LINUX_HANDSHAKE_GEN_H 8 #define _LINUX_HANDSHAKE_GEN_H 9 10 #include <net/netlink.h> 11 #include <net/genetlink.h> 12 13 #include <uapi/linux/handshake.h> 14 #include <linux/err.h> 15 16 int handshake_nl_accept_doit(struct sk_buff *skb, struct genl_info *info); 17 int handshake_nl_done_doit(struct sk_buff *skb, struct genl_info *info); 18 19 enum { 20 HANDSHAKE_NLGRP_NONE, 21 HANDSHAKE_NLGRP_TLSHD, 22 }; 23 24 extern struct genl_family handshake_nl_family; 25 26 #endif /* _LINUX_HANDSHAKE_GEN_H */ 27