Lines Matching refs:repl

238 	struct sctp_chunk *repl;  in sctp_sf_do_5_1B_init()  local
351 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
352 if (!repl) in sctp_sf_do_5_1B_init()
373 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_5_1B_init()
377 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1B_init()
598 struct sctp_chunk *repl; in sctp_sf_do_5_1D_ce() local
684 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_5_1D_ce()
685 if (!repl) in sctp_sf_do_5_1D_ce()
688 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1D_ce()
723 sctp_chunk_free(repl); in sctp_sf_do_5_1D_ce()
1255 struct sctp_chunk *repl; in sctp_sf_do_unexpected_init() local
1375 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_unexpected_init()
1376 if (!repl) in sctp_sf_do_unexpected_init()
1397 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_unexpected_init()
1401 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_unexpected_init()
1542 struct sctp_chunk *repl; in sctp_sf_do_dupcook_a() local
1595 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_a()
1596 if (!repl) in sctp_sf_do_dupcook_a()
1599 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1613 sctp_chunk_free(repl); in sctp_sf_do_dupcook_a()
1634 struct sctp_chunk *repl; in sctp_sf_do_dupcook_b() local
1652 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_b()
1653 if (!repl) in sctp_sf_do_dupcook_b()
1656 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_b()
1691 sctp_chunk_free(repl); in sctp_sf_do_dupcook_b()
1733 struct sctp_chunk *repl; in sctp_sf_do_dupcook_d() local
1786 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_d()
1787 if (!repl) in sctp_sf_do_dupcook_d()
1790 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_d()
3792 struct sctp_chunk *repl; in sctp_sf_do_prm_asoc() local
3809 repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0); in sctp_sf_do_prm_asoc()
3810 if (!repl) in sctp_sf_do_prm_asoc()
3824 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
4621 struct sctp_chunk *repl; in sctp_sf_t1_timer_expire() local
4629 repl = NULL; in sctp_sf_t1_timer_expire()
4637 repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0); in sctp_sf_t1_timer_expire()
4641 repl = sctp_make_cookie_echo(asoc, NULL); in sctp_sf_t1_timer_expire()
4649 if (!repl) in sctp_sf_t1_timer_expire()
4655 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_timer_expire()