Searched refs:ctxcopy (Results 1 – 1 of 1) sorted by relevance
2310 struct TestContext ctxcopy; in main() local2319 memcpy(&ctxcopy, &ctx_, sizeof(ctxcopy)); in main()2320 ctxcopy.fd = fd; in main()2321 memcpy(ctxcopy.ifname_ext, ctxcopy.ifname, in main()2322 sizeof(ctxcopy.ifname)); in main()2323 ret = tests[i].test(&ctxcopy); in main()2329 context_cleanup(&ctxcopy); in main()