| 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 | #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 | 
