Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / net / handshake / trace.c
CommitLineData
3b3009ea
CL
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>