Home
last modified time | relevance | path

Searched refs:handshake_req_alloc_proto_good (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/handshake/
H A Dhandshake-test.c64 static struct handshake_proto handshake_req_alloc_proto_good = { variable
110 .proto = &handshake_req_alloc_proto_good,
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()
[all …]