Lines Matching refs:mtcp
17 fprintf(stderr, "[CPU %d][%10s:%4d] " f, mtcp->ctx->cpu, \
42 fprintf(stderr, "[CPU %d][%10s:%4d] " f, mtcp->ctx->cpu, __FUNCTION__, __LINE__, ##m); \
57 mtcp_manager_t mtcp = GetMTCPManager(&mctx);
60 (mtcp != NULL) ? \
61 thread_printf(mtcp, mtcp->log_fp, "[%10s:%4d] " \
221 (mtcp != NULL) ? \
222 thread_printf(mtcp, mtcp->log_fp, "[%6s: %10s:%4d] " \
234 DumpPacket(mtcp_manager_t mtcp, char *buf, int len, char *step, int ifindex);
237 DumpIPPacket(mtcp_manager_t mtcp, const struct iphdr *iph, int len);
243 flush_log_data(mtcp_manager_t mtcp);
246 thread_printf(mtcp_manager_t mtcp, FILE* f_idx, const char* _Format, ...);