Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.c38 #define __sample_print(fmt, cond, ...) \ macro
44 #define print_always(fmt, ...) __sample_print(fmt, 1, ##__VA_ARGS__)
46 __sample_print(fmt, sample_log_level & LL_DEFAULT, ##__VA_ARGS__)
49 __sample_print(fmt, err > 0 || sample_log_level & LL_DEFAULT, \