Searched refs:__exit_with_error (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/tools/testing/selftests/bpf/ |
D | xdpxceiver.c | 106 static void __exit_with_error(int error, const char *file, const char *func, int line) in __exit_with_error() function 113 #define exit_with_error(error) __exit_with_error(error, __FILE__, __func__, __LINE__)
|
/Linux-v5.15/samples/bpf/ |
D | xdpsock_user.c | 485 static void __exit_with_error(int error, const char *file, const char *func, in __exit_with_error() function 496 #define exit_with_error(error) __exit_with_error(error, __FILE__, __func__, __LINE__)
|