]> Git Repo - linux.git/blob - net/handshake/trace.c
Merge tag 'input-for-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor...
[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 #include <linux/ipv6.h>
12
13 #include <net/sock.h>
14 #include <net/inet_sock.h>
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>
This page took 0.030529 seconds and 4 git commands to generate.