Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
[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>
b470985c 11#include <linux/ipv6.h>
3b3009ea
CL
12
13#include <net/sock.h>
b470985c 14#include <net/inet_sock.h>
3b3009ea
CL
15#include <net/netlink.h>
16#include <net/genetlink.h>
17
18#include "handshake.h"
19
20#define CREATE_TRACE_POINTS
21
22#include <trace/events/handshake.h>