Lines Matching refs:str

663 		char str[64];
671 snprintf(str, sizeof(str), "cpu:%d", i);
674 str, PPS(pps), DROP(drop), ERR(err));
710 char str[64];
712 snprintf(str, sizeof(str), "enqueue to cpu %d", to_cpu);
720 str, PPS(pps), DROP(drop), err, "bulk-avg");
726 char str[64];
734 snprintf(str, sizeof(str), "cpu:%d->%d", i, to_cpu);
740 str, PPS(pps), DROP(drop), err, "bulk-avg");
770 char str[64];
776 snprintf(str, sizeof(str), "cpu:%d", i);
779 str, PASS(xdp_pass), DROP(xdp_drop),
807 char str[64];
815 snprintf(str, sizeof(str), "cpu:%d", i);
818 str, PPS(pps), DROP(drop), err, "sched");
837 char str[64];
843 snprintf(str, sizeof(str), "cpu:%d", i);
844 print_default(" %-18s " FMT_COLUMNf "\n", str, REDIR(pps));
864 char str[64];
872 snprintf(str, sizeof(str),
876 print_err(drop, " %-18s " FMT_COLUMNf "\n", str,
889 snprintf(str, sizeof(str), "cpu:%d", i);
890 print_default(" %-16s" FMT_COLUMNf "\n", str,
928 char str[64];
935 snprintf(str, sizeof(str), "cpu:%d", i);
937 str, ERR(drop));
964 char str[64];
973 snprintf(str, sizeof(str), "cpu:%d", i);
979 str, XMIT(pps), DROP(drop), err, "drv_err/s",
1020 char str[128];
1066 snprintf(str, sizeof(str), "xmit %s->%s", fstr ?: "?",
1072 __COLUMN(".2f") "\n", str, XMIT(pps), DROP(drop),
1079 char str[64];
1090 snprintf(str, sizeof(str), "cpu:%d", i);
1096 __COLUMN(".2f") "\n", str, XMIT(pps),
1106 const char *str;
1122 str = (sample_log_level & LL_DEFAULT) && out->rx_cnt.pps ?
1127 str, PPS(out->rx_cnt.pps), DROP(out->rx_cnt.drop),
1142 str = out->redir_cnt.suc ? "redirect total" : "redirect";
1143 print_default(" %-20s " FMT_COLUMNl "\n", str,
1150 str = (sample_log_level & LL_DEFAULT) && out->redir_cnt.err ?
1153 print_err(out->redir_cnt.err, " %-20s " FMT_COLUMNl "\n", str,
1160 str = out->except_cnt.hits ? "xdp_exception total" :
1163 print_err(out->except_cnt.hits, " %-20s " FMT_COLUMNl "\n", str,
1170 str = (sample_log_level & LL_DEFAULT) && out->xmit_cnt.pps ?
1177 str, XMIT(out->xmit_cnt.pps),