Symbol: handshake_req_alloc
net/handshake/handshake-test.c
124
KUNIT_ARRAY_PARAM(handshake_req_alloc, handshake_req_alloc_params,
net/handshake/handshake-test.c
135
result = handshake_req_alloc(param->proto, param->gfp);
net/handshake/handshake-test.c
171
req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
net/handshake/handshake-test.c
190
req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
net/handshake/handshake-test.c
217
req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
net/handshake/handshake-test.c
256
req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
net/handshake/handshake-test.c
295
req1 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
net/handshake/handshake-test.c
297
req2 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
net/handshake/handshake-test.c
334
req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
net/handshake/handshake-test.c
374
req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
net/handshake/handshake-test.c
424
req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
net/handshake/handshake-test.c
491
req = handshake_req_alloc(&handshake_req_alloc_proto_destroy, GFP_KERNEL);
net/handshake/handshake.h
82
struct handshake_req *handshake_req_alloc(const struct handshake_proto *proto,
net/handshake/request.c
131
EXPORT_SYMBOL(handshake_req_alloc);
net/handshake/tlshd.c
291
req = handshake_req_alloc(&tls_handshake_proto, flags);
net/handshake/tlshd.c
317
req = handshake_req_alloc(&tls_handshake_proto, flags);
net/handshake/tlshd.c
351
req = handshake_req_alloc(&tls_handshake_proto, flags);
net/handshake/tlshd.c
380
req = handshake_req_alloc(&tls_handshake_proto, flags);
net/handshake/tlshd.c
408
req = handshake_req_alloc(&tls_handshake_proto, flags);