Lines Matching defs:test_ctx
78 struct test_ctx { struct79 const char *name;80 int fds[2];81 struct pollfd pfds[2];82 union {85 } sin[2];86 struct test_pkt test_pkts[NPKTS];87 int nsent;88 int nrecvd;89 clockid_t clock;90 int use_recvmsg;91 int ts_type;520 struct test_ctx test_ctx; in test_run() local