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

/linux-master/samples/bpf/
H A Dxdp_sample_user.c46 __sample_print(fmt, sample_log_level & LL_DEFAULT, ##__VA_ARGS__)
49 __sample_print(fmt, err > 0 || sample_log_level & LL_DEFAULT, \
85 LL_DEFAULT = 1U << 0, enumerator in enum:log_level
873 sample_log_level & LL_DEFAULT ? "%s total" :
1122 str = (sample_log_level & LL_DEFAULT) && out->rx_cnt.pps ?
1150 str = (sample_log_level & LL_DEFAULT) && out->redir_cnt.err ?
1170 str = (sample_log_level & LL_DEFAULT) && out->xmit_cnt.pps ?
1188 if (sample_log_level & LL_DEFAULT ||

Completed in 126 milliseconds