Searched refs:ctxcopy (Results 1 – 1 of 1) sorted by relevance
2303 struct TestContext ctxcopy; in main() local2312 memcpy(&ctxcopy, &ctx_, sizeof(ctxcopy)); in main()2313 ctxcopy.fd = fd; in main()2314 memcpy(ctxcopy.ifname_ext, ctxcopy.ifname, in main()2315 sizeof(ctxcopy.ifname)); in main()2316 ret = tests[i].test(&ctxcopy); in main()2322 context_cleanup(&ctxcopy); in main()