Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/net/handshake/trace.c
26278 views
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>
23
24