xref: /linux/net/handshake/trace.c (revision 84b9b44b)
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Trace points for transport security layer handshakes.
4  *
5  * Author: Chuck Lever <chuck.lever@oracle.com>
6  *
7  * Copyright (c) 2023, Oracle and/or its affiliates.
8  */
9 
10 #include <linux/types.h>
11 
12 #include <net/sock.h>
13 #include <net/netlink.h>
14 #include <net/genetlink.h>
15 
16 #include "handshake.h"
17 
18 #define CREATE_TRACE_POINTS
19 
20 #include <trace/events/handshake.h>
21