Lines Matching refs:rej
1837 struct srp_login_rej *rej; in srpt_cm_req_recv() local
1866 rej = kzalloc(sizeof(*rej), GFP_KERNEL); in srpt_cm_req_recv()
1869 if (!rsp || !rej || !rep_param) { in srpt_cm_req_recv()
1875 rej->reason = cpu_to_be32( in srpt_cm_req_recv()
1885 rej->reason = cpu_to_be32( in srpt_cm_req_recv()
1921 rej->reason = cpu_to_be32( in srpt_cm_req_recv()
1931 rej->reason = cpu_to_be32( in srpt_cm_req_recv()
1971 rej->reason = cpu_to_be32( in srpt_cm_req_recv()
1980 rej->reason = cpu_to_be32(SRP_LOGIN_REJ_INSUFFICIENT_RESOURCES); in srpt_cm_req_recv()
2011 rej->reason = cpu_to_be32((PTR_ERR(ch->sess) == -ENOMEM) ? in srpt_cm_req_recv()
2073 rej->opcode = SRP_LOGIN_REJ; in srpt_cm_req_recv()
2074 rej->tag = req->tag; in srpt_cm_req_recv()
2075 rej->buf_fmt = cpu_to_be16(SRP_BUF_FORMAT_DIRECT in srpt_cm_req_recv()
2079 (void *)rej, sizeof(*rej)); in srpt_cm_req_recv()
2084 kfree(rej); in srpt_cm_req_recv()