at v6.5 20 lines 398 B view raw
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 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>