Home
last modified time | relevance | path

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

/Linux-v5.15/samples/bpf/
Dxdp_sample_user.c47 __sample_print(fmt, sample_log_level & LL_DEFAULT, ##__VA_ARGS__)
50 __sample_print(fmt, err > 0 || sample_log_level & LL_DEFAULT, \
86 LL_DEFAULT = 1U << 0, enumerator
871 sample_log_level & LL_DEFAULT ? "%s total" : in stats_get_redirect_err_cnt()
1120 str = (sample_log_level & LL_DEFAULT) && out->rx_cnt.pps ? in stats_print()
1148 str = (sample_log_level & LL_DEFAULT) && out->redir_cnt.err ? in stats_print()
1168 str = (sample_log_level & LL_DEFAULT) && out->xmit_cnt.pps ? in stats_print()
1186 if (sample_log_level & LL_DEFAULT || in stats_print()