Home
last modified time | relevance | path

Searched refs:_K_SS_MAXSIZE (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/perf/include/bpf/linux/
Dsocket.h8 #define _K_SS_MAXSIZE 128 /* Implementation specific max size */ macro
17 char __data[_K_SS_MAXSIZE - sizeof(unsigned short)];
/linux-6.1.9/include/uapi/linux/
Dsocket.h8 #define _K_SS_MAXSIZE 128 /* Implementation specific max size */ macro
21 char __data[_K_SS_MAXSIZE - sizeof(unsigned short)];
/linux-6.1.9/tools/perf/examples/bpf/
Daugmented_syscalls.c105 #ifndef _K_SS_MAXSIZE
106 #define _K_SS_MAXSIZE 128 macro