Home
last modified time | relevance | path

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

/linux/net/handshake/
H A Dhandshake.h31 struct handshake_req { struct
59 int (*hp_accept)(struct handshake_req *req, argument
61 void (*hp_done)(struct handshake_req *req,
64 void (*hp_destroy)(struct handshake_req *req);
82 struct handshake_req *handshake_req_alloc(const struct handshake_proto *proto,
86 void *handshake_req_private(struct handshake_req *req);
87 struct handshake_req *handshake_req_hash_lookup(struct sock *sk);
88 struct handshake_req *handshake_req_next(struct handshake_net *hn, int class);
89 int handshake_req_submit(struct socket *sock, struct handshake_req *req,
91 void handshake_complete(struct handshake_req *req, int status,
H A Drequest.c44 .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 Dhandshake-test.c22 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, 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()
248 struct handshake_req *req; in handshake_req_submit_test5()
288 struct handshake_req *req1, *req2; in handshake_req_submit_test6()
327 struct handshake_req *req; in handshake_req_cancel_test1()
365 struct handshake_req *req, *next; in handshake_req_cancel_test2()
[all …]
H A Dtlshd.c45 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()
289 struct handshake_req *req; in tls_client_hello_anon()
315 struct handshake_req *req; in tls_client_hello_x509()
344 struct handshake_req *req; in tls_client_hello_psk()
378 struct handshake_req *req; in tls_server_hello_x509()
406 struct handshake_req *req; in tls_server_hello_psk()
447 struct handshake_req *req; in tls_handshake_close()
H A Dnetlink.c94 struct handshake_req *req = NULL; in handshake_nl_accept_doit()
136 struct handshake_req *req; in handshake_nl_done_doit()
194 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 Dhandshake.h93 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,