Searched refs:BPF_CALL_x (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | filter.h | 508 #define BPF_CALL_x(x, attr, name, ...) \ macro 521 #define BPF_CALL_0(name, ...) BPF_CALL_x(0, __NOATTR, name, __VA_ARGS__) 522 #define BPF_CALL_1(name, ...) BPF_CALL_x(1, __NOATTR, name, __VA_ARGS__) 523 #define BPF_CALL_2(name, ...) BPF_CALL_x(2, __NOATTR, name, __VA_ARGS__) 524 #define BPF_CALL_3(name, ...) BPF_CALL_x(3, __NOATTR, name, __VA_ARGS__) 525 #define BPF_CALL_4(name, ...) BPF_CALL_x(4, __NOATTR, name, __VA_ARGS__) 526 #define BPF_CALL_5(name, ...) BPF_CALL_x(5, __NOATTR, name, __VA_ARGS__) 528 #define NOTRACE_BPF_CALL_1(name, ...) BPF_CALL_x(1, notrace, name, __VA_ARGS__)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | filter.h | 483 #define BPF_CALL_x(x, name, ...) \ macro 495 #define BPF_CALL_0(name, ...) BPF_CALL_x(0, name, __VA_ARGS__) 496 #define BPF_CALL_1(name, ...) BPF_CALL_x(1, name, __VA_ARGS__) 497 #define BPF_CALL_2(name, ...) BPF_CALL_x(2, name, __VA_ARGS__) 498 #define BPF_CALL_3(name, ...) BPF_CALL_x(3, name, __VA_ARGS__) 499 #define BPF_CALL_4(name, ...) BPF_CALL_x(4, name, __VA_ARGS__) 500 #define BPF_CALL_5(name, ...) BPF_CALL_x(5, name, __VA_ARGS__)
|
Completed in 5 milliseconds