Lines Matching refs:rej
2355 struct srp_login_rej *rej; in srpt_cm_req_recv() local
2385 rej = kzalloc(sizeof *rej, GFP_KERNEL); in srpt_cm_req_recv()
2388 if (!rsp || !rej || !rep_param) { in srpt_cm_req_recv()
2394 rej->reason = cpu_to_be32( in srpt_cm_req_recv()
2404 rej->reason = cpu_to_be32( in srpt_cm_req_recv()
2450 rej->reason = cpu_to_be32( in srpt_cm_req_recv()
2460 rej->reason = cpu_to_be32( in srpt_cm_req_recv()
2497 rej->reason = cpu_to_be32( in srpt_cm_req_recv()
2506 rej->reason = cpu_to_be32(SRP_LOGIN_REJ_INSUFFICIENT_RESOURCES); in srpt_cm_req_recv()
2524 rej->reason = cpu_to_be32( in srpt_cm_req_recv()
2531 rej->reason = cpu_to_be32( in srpt_cm_req_recv()
2597 rej->opcode = SRP_LOGIN_REJ; in srpt_cm_req_recv()
2598 rej->tag = req->tag; in srpt_cm_req_recv()
2599 rej->buf_fmt = cpu_to_be16(SRP_BUF_FORMAT_DIRECT in srpt_cm_req_recv()
2603 (void *)rej, sizeof *rej); in srpt_cm_req_recv()
2608 kfree(rej); in srpt_cm_req_recv()