Home
last modified time | relevance | path

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

/openbmc/linux/net/handshake/
H A Drequest.c79 if (req->hr_proto->hp_destroy) in handshake_req_destroy()
80 req->hr_proto->hp_destroy(req); in handshake_req_destroy()
128 req->hr_proto = proto; in handshake_req_alloc()
188 if (pos->hr_proto->hp_handler_class != class) in handshake_req_next()
264 ret = handshake_genl_notify(net, req->hr_proto, flags); in handshake_req_submit()
294 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); in handshake_nl_accept_doit()