Lines Matching refs:handshake_req_alloc
124 KUNIT_ARRAY_PARAM(handshake_req_alloc, handshake_req_alloc_params,
135 result = handshake_req_alloc(param->proto, param->gfp); in handshake_req_alloc_case()
171 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test2()
190 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test3()
216 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test4()
251 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test5()
287 req1 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test6()
289 req2 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test6()
321 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_cancel_test1()
357 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_cancel_test2()
399 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_cancel_test3()
457 req = handshake_req_alloc(&handshake_req_alloc_proto_destroy, GFP_KERNEL); in handshake_req_destroy_test1()