genl.h 652 B

123456789101112131415161718192021222324
  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. #ifndef _LINUX_HANDSHAKE_GEN_H
  6. #define _LINUX_HANDSHAKE_GEN_H
  7. #include <net/netlink.h>
  8. #include <net/genetlink.h>
  9. #include <uapi/linux/handshake.h>
  10. int handshake_nl_accept_doit(struct sk_buff *skb, struct genl_info *info);
  11. int handshake_nl_done_doit(struct sk_buff *skb, struct genl_info *info);
  12. enum {
  13. HANDSHAKE_NLGRP_NONE,
  14. HANDSHAKE_NLGRP_TLSHD,
  15. };
  16. extern struct genl_family handshake_nl_family;
  17. #endif /* _LINUX_HANDSHAKE_GEN_H */