Home
last modified time | relevance | path

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

/openbmc/linux/net/handshake/
H A Dhandshake-test.c54 .hp_accept = test_accept_func,
60 .hp_accept = test_accept_func,
66 .hp_accept = test_accept_func,
442 .hp_accept = test_accept_func,
H A Dhandshake.h57 int (*hp_accept)(struct handshake_req *req, member
H A Dnetlink.c119 err = req->hr_proto->hp_accept(req, info, fd); in handshake_nl_accept_doit()
H A Drequest.c120 if (!proto->hp_accept || !proto->hp_done) in handshake_req_alloc()
H A Dtlshd.c266 .hp_accept = tls_handshake_accept,