page_pool: split types and declarations from page_pool.h
[platform/kernel/linux-rpi.git] / net / handshake / handshake.h
index 4dac965..a481637 100644 (file)
@@ -41,8 +41,11 @@ struct handshake_req {
 
 enum hr_flags_bits {
        HANDSHAKE_F_REQ_COMPLETED,
+       HANDSHAKE_F_REQ_SESSION,
 };
 
+struct genl_info;
+
 /* Invariants for all handshake requests for one transport layer
  * security protocol
  */
@@ -63,6 +66,9 @@ enum hp_flags_bits {
        HANDSHAKE_F_PROTO_NOTIFY,
 };
 
+/* alert.c */
+int tls_alert_send(struct socket *sock, u8 level, u8 description);
+
 /* netlink.c */
 int handshake_genl_notify(struct net *net, const struct handshake_proto *proto,
                          gfp_t flags);