genl.h 704 B

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