Home
last modified time | relevance | path

Searched refs:hr_proto (Results 1 – 3 of 3) sorted by relevance

/linux/net/handshake/
H A Drequest.c78 if (req->hr_proto->hp_destroy) in handshake_req_destroy()
79 req->hr_proto->hp_destroy(req); in handshake_req_destroy()
127 req->hr_proto = proto; in handshake_req_alloc()
187 if (pos->hr_proto->hp_handler_class != class) in handshake_req_next()
263 ret = handshake_genl_notify(net, req->hr_proto, flags); in handshake_req_submit()
295 req->hr_proto->hp_done(req, status, info); in handshake_complete()
H A Dhandshake.h34 const struct handshake_proto *hr_proto; member
H A Dnetlink.c119 err = req->hr_proto->hp_accept(req, info, fd_prepare_fd(fdf)); in handshake_nl_accept_doit()