]> Git Repo - linux.git/blob - net/handshake/trace.c
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / net / handshake / trace.c
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Trace points for transport security layer handshakes.
4  *
5  * Author: Chuck Lever <[email protected]>
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>
This page took 0.033002 seconds and 4 git commands to generate.