https://github.com/cilium/cilium
Raw File
Tip revision: 628b5209efd22e8a102919564c5c30277ca1c9b0 authored by Tim Horner on 16 May 2023, 16:50:44 UTC
Prepare for release v1.12.10
Tip revision: 628b520
sockops_config.h
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
/* Copyright Authors of Cilium */

#ifndef SOCK_OPS_MAP
#define SOCK_OPS_MAP cilium_sock_ops
#endif
#define SOCKOPS_MAP_SIZE 65535
#ifndef CALLS_MAP
#define CALLS_MAP test_cilium_calls
#endif
back to top