Searched defs:fexit_test (Results 1 – 4 of 4) sorted by relevance
19 int BPF_PROG(fexit_test, int a, int *b, int ret) in BPF_PROG() argument
100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG() argument
37 int BPF_PROG(fexit_test, int a, __u64 b, int ret) in BPF_PROG() argument
41 static void fexit_test(void) in fexit_test() function