Searched refs:handshake_req (Results 1 – 6 of 6) sorted by relevance
/linux/net/handshake/ |
H A D | request.c | 44 .key_len = sizeof_field(struct handshake_req, hr_sk), 45 .key_offset = offsetof(struct handshake_req, hr_sk), 46 .head_offset = offsetof(struct handshake_req, hr_rhash), 60 struct handshake_req *handshake_req_hash_lookup(struct sock *sk) in handshake_req_hash_lookup() 67 static bool handshake_req_hash_add(struct handshake_req *req) in handshake_req_hash_add() 77 static void handshake_req_destroy(struct handshake_req *req) in handshake_req_destroy() 89 struct handshake_req *req; in handshake_sk_destruct() 109 struct handshake_req *handshake_req_alloc(const struct handshake_proto *proto, in handshake_req_alloc() 112 struct handshake_req *req; in handshake_req_alloc() 138 void *handshake_req_private(struct handshake_req *req) in handshake_req_private() [all …]
|
H A D | handshake.h | 30 struct handshake_req { struct 57 int (*hp_accept)(struct handshake_req *req, argument 59 void (*hp_done)(struct handshake_req *req, 62 void (*hp_destroy)(struct handshake_req *req); 80 struct handshake_req *handshake_req_alloc(const struct handshake_proto *proto, 84 void *handshake_req_private(struct handshake_req *req); 85 struct handshake_req *handshake_req_hash_lookup(struct sock *sk); 86 struct handshake_req *handshake_req_next(struct handshake_net *hn, int class); 87 int handshake_req_submit(struct socket *sock, struct handshake_req *req, 89 void handshake_complete(struct handshake_req *req, unsigned int status,
|
H A D | handshake-test.c | 22 static int test_accept_func(struct handshake_req *req, struct genl_info *info, in test_accept_func() 28 static void test_done_func(struct handshake_req *req, unsigned int status, in test_done_func() 130 struct handshake_req *result; in handshake_req_alloc_case() 167 struct handshake_req *req; in handshake_req_submit_test2() 185 struct handshake_req *req; in handshake_req_submit_test3() 210 struct handshake_req *req, *result; in handshake_req_submit_test4() 243 struct handshake_req *req; in handshake_req_submit_test5() 281 struct handshake_req *req1, *req2; in handshake_req_submit_test6() 314 struct handshake_req *req; in handshake_req_cancel_test1() 348 struct handshake_req *req, *next; in handshake_req_cancel_test2() [all …]
|
H A D | tlshd.c | 45 tls_handshake_req_init(struct handshake_req *req, in tls_handshake_req_init() 95 static void tls_handshake_done(struct handshake_req *req, in tls_handshake_done() 196 static int tls_handshake_accept(struct handshake_req *req, in tls_handshake_accept() 282 struct handshake_req *req; in tls_client_hello_anon() 308 struct handshake_req *req; in tls_client_hello_x509() 337 struct handshake_req *req; in tls_client_hello_psk() 371 struct handshake_req *req; in tls_server_hello_x509() 399 struct handshake_req *req; in tls_server_hello_psk() 438 struct handshake_req *req; in tls_handshake_close()
|
H A D | netlink.c | 94 struct handshake_req *req = NULL; in handshake_nl_accept_doit() 140 struct handshake_req *req; in handshake_nl_done_doit() 198 struct handshake_req *req; in handshake_net_exit() 212 req = list_first_entry(&requests, struct handshake_req, hr_list); in handshake_net_exit()
|
/linux/include/trace/events/ |
H A D | handshake.h | 93 const struct handshake_req *req, 115 const struct handshake_req *req, \ 123 const struct handshake_req *req, 148 const struct handshake_req *req, \ 157 const struct handshake_req *req, 182 const struct handshake_req *req, \ 245 const struct handshake_req *req,
|