Lines Matching refs:handshake_req_alloc
73 .desc = "handshake_req_alloc NULL proto",
79 .desc = "handshake_req_alloc CLASS_NONE",
85 .desc = "handshake_req_alloc CLASS_MAX",
91 .desc = "handshake_req_alloc no callbacks",
97 .desc = "handshake_req_alloc no done callback",
103 .desc = "handshake_req_alloc excessive privsize",
109 .desc = "handshake_req_alloc all good",
124 KUNIT_ARRAY_PARAM(handshake_req_alloc, handshake_req_alloc_params,
135 result = handshake_req_alloc(param->proto, param->gfp);
171 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
190 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
216 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
251 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
287 req1 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
289 req2 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
321 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
357 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
399 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
457 req = handshake_req_alloc(&handshake_req_alloc_proto_destroy, GFP_KERNEL);