Lines Matching refs:req
93 const struct handshake_req *req,
96 TP_ARGS(net, req, sk),
98 __field(const void *, req)
103 __entry->req = req;
108 __entry->req, __entry->sk
115 const struct handshake_req *req, \
118 TP_ARGS(net, req, sk))
123 const struct handshake_req *req,
127 TP_ARGS(net, req, sk, fd),
129 __field(const void *, req)
135 __entry->req = req;
136 __entry->sk = req->hr_sk;
141 __entry->req, __entry->sk, __entry->fd
148 const struct handshake_req *req, \
152 TP_ARGS(net, req, sk, fd))
157 const struct handshake_req *req,
161 TP_ARGS(net, req, sk, err),
163 __field(const void *, req)
169 __entry->req = req;
175 __entry->req, __entry->sk, __entry->err
182 const struct handshake_req *req, \
186 TP_ARGS(net, req, sk, err))
245 const struct handshake_req *req,
249 TP_ARGS(net, req, sk, status),
251 __field(const void *, req)
257 __entry->req = req;
263 __entry->req, __entry->sk, __entry->status