SeaBee
Loading...
Searching...
No Matches
constants.h
Go to the documentation of this file.
1// SPDX-License-Identifier: Apache-2.0
2#ifndef CONSTANTS_H_
3#define CONSTANTS_H_
13#define MODULE_NAME_LEN (64 - sizeof(unsigned long))
14
20#define PATH_MAX 4096
21
23#define MAX_STR_LEN 128
24
26#define BPF_MAP_NAME_LEN 16
27
29#define COMM_LEN 16
30
31// Indicates no policy ID
32#define NO_POL_ID 0
33
34// Indicates the base policy id
35#define BASE_POLICY_ID 1
36
37#endif