Home
last modified time | relevance | path

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

/linux/net/handshake/
H A Dhandshake.h30 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 *re
31 hr_listhandshake_req global() argument
32 hr_rhashhandshake_req global() argument
33 hr_flagshandshake_req global() argument
[all...]
H A Drequest.c30 * We need both a handshake_req -> sock mapping, and a sock ->
31 * handshake_req mapping. Both are one-to-one.
35 * find the struct handshake_req outstanding for that socket. The
36 * reverse direction uses a simple pointer field in the handshake_req
43 .key_len = sizeof_field(struct handshake_req, hr_sk),
44 .key_offset = offsetof(struct handshake_req, hr_sk),
45 .head_offset = offsetof(struct handshake_req, hr_rhash),
59 struct handshake_req *handshake_req_hash_lookup(struct sock *sk) in handshake_req_hash_lookup()
66 static bool handshake_req_hash_add(struct handshake_req *req) in handshake_req_hash_add()
76 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()
288 struct handshake_req *req; in tls_client_hello_anon()
314 struct handshake_req *req; in tls_client_hello_x509()
343 struct handshake_req *req; in tls_client_hello_psk()
377 struct handshake_req *req; in tls_server_hello_x509()
405 struct handshake_req *req; in tls_server_hello_psk()
444 struct handshake_req *req; in tls_handshake_close()
/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,