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

/linux-master/samples/bpf/
H A Dxdp_sample_user.c55 #define __COLUMN(x) "%'10" x " %-13s" macro
56 #define FMT_COLUMNf __COLUMN(".0f")
57 #define FMT_COLUMNd __COLUMN("d")
58 #define FMT_COLUMNl __COLUMN("llu")
718 " %-20s " FMT_COLUMNf FMT_COLUMNf __COLUMN(
738 " %-18s " FMT_COLUMNf FMT_COLUMNf __COLUMN(
978 __COLUMN(".2f") "\n",
1072 __COLUMN(".2f") "\n", str, XMIT(pps), DROP(drop),
1096 __COLUMN(".2f") "\n", str, XMIT(pps),
1176 __COLUMN("
[all...]

Completed in 163 milliseconds