https://github.com/cilium/cilium
Raw File
Tip revision: ff4f5b39b142da6b433a6c9f0dff4bace09b28d4 authored by Daniel Borkmann on 23 May 2023, 13:31:59 UTC
test commit
Tip revision: ff4f5b3
sockops_config.h
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2018-2020 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