Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/handshake/
H A Dhandshake.h30 struct handshake_req { struct
57 int (*hp_accept)(struct handshake_req *req,
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 *re
[all...]
H A Drequest.c31 * We need both a handshake_req -> sock mapping, and a sock ->
32 * handshake_req mapping. Both are one-to-one.
36 * find the struct handshake_req outstanding for that socket. The
37 * reverse direction uses a simple pointer field in the handshake_req
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 *re
[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, 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()
335 /* NB: handshake_req has in handshake_req_cancel_test1()
[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()
283 struct handshake_req *req; in tls_client_hello_anon()
309 struct handshake_req *req; in tls_client_hello_x509()
338 struct handshake_req *req; in tls_client_hello_psk()
372 struct handshake_req *req; in tls_server_hello_x509()
400 struct handshake_req *req; in tls_server_hello_psk()
439 struct handshake_req *req; in tls_handshake_close()
H A Dnetlink.c94 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()
/kernel/linux/linux-6.6/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,

Completed in 4 milliseconds