Lines Matching refs:rej
2361 struct srp_login_rej *rej; in srpt_cm_req_recv() local
2391 rej = kzalloc(sizeof *rej, GFP_KERNEL); in srpt_cm_req_recv()
2394 if (!rsp || !rej || !rep_param) { in srpt_cm_req_recv()
2400 rej->reason = __constant_cpu_to_be32( in srpt_cm_req_recv()
2410 rej->reason = __constant_cpu_to_be32( in srpt_cm_req_recv()
2456 rej->reason = __constant_cpu_to_be32( in srpt_cm_req_recv()
2466 rej->reason = __constant_cpu_to_be32( in srpt_cm_req_recv()
2503 rej->reason = __constant_cpu_to_be32( in srpt_cm_req_recv()
2512 rej->reason = __constant_cpu_to_be32( in srpt_cm_req_recv()
2531 rej->reason = __constant_cpu_to_be32( in srpt_cm_req_recv()
2538 rej->reason = __constant_cpu_to_be32( in srpt_cm_req_recv()
2604 rej->opcode = SRP_LOGIN_REJ; in srpt_cm_req_recv()
2605 rej->tag = req->tag; in srpt_cm_req_recv()
2606 rej->buf_fmt = __constant_cpu_to_be16(SRP_BUF_FORMAT_DIRECT in srpt_cm_req_recv()
2610 (void *)rej, sizeof *rej); in srpt_cm_req_recv()
2615 kfree(rej); in srpt_cm_req_recv()