1 // SPDX-License-Identifier: GPL-2.0
3 * Trace points for transport security layer handshakes.
5 * Author: Chuck Lever <chuck.lever@oracle.com>
7 * Copyright (c) 2023, Oracle and/or its affiliates.
10 #include <linux/types.h>
11 #include <linux/ipv6.h>
14 #include <net/inet_sock.h>
15 #include <net/netlink.h>
16 #include <net/genetlink.h>
18 #include "handshake.h"
20 #define CREATE_TRACE_POINTS
22 #include <trace/events/handshake.h>