Lines Matching refs:repl
300 struct sctp_chunk *chunk = arg, *repl, *err_chunk; in sctp_sf_do_5_1B_init() local
416 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
417 if (!repl) in sctp_sf_do_5_1B_init()
438 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_5_1B_init()
444 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1B_init()
686 struct sctp_chunk *repl; in sctp_sf_do_5_1D_ce() local
785 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_5_1D_ce()
786 if (!repl) in sctp_sf_do_5_1D_ce()
839 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1D_ce()
860 sctp_chunk_free(repl); in sctp_sf_do_5_1D_ce()
1449 struct sctp_chunk *chunk = arg, *repl, *err_chunk; in sctp_sf_do_unexpected_init() local
1572 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_unexpected_init()
1573 if (!repl) in sctp_sf_do_unexpected_init()
1594 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_unexpected_init()
1598 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_unexpected_init()
1771 struct sctp_chunk *repl; in sctp_sf_do_dupcook_a() local
1834 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_a()
1835 if (!repl) in sctp_sf_do_dupcook_a()
1856 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1863 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1868 sctp_chunk_free(repl); in sctp_sf_do_dupcook_a()
1890 struct sctp_chunk *repl; in sctp_sf_do_dupcook_b() local
1913 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_b()
1914 if (!repl) in sctp_sf_do_dupcook_b()
1917 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_b()
1994 struct sctp_chunk *repl; in sctp_sf_do_dupcook_d() local
2053 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_d()
2054 if (!repl) in sctp_sf_do_dupcook_d()
2057 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_d()
4810 struct sctp_chunk *repl; in sctp_sf_do_prm_asoc() local
4827 repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0); in sctp_sf_do_prm_asoc()
4828 if (!repl) in sctp_sf_do_prm_asoc()
4833 SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
4846 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5745 struct sctp_chunk *repl = NULL; in sctp_sf_t1_init_timer_expire() local
5754 repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0); in sctp_sf_t1_init_timer_expire()
5755 if (!repl) in sctp_sf_t1_init_timer_expire()
5760 SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5766 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5810 struct sctp_chunk *repl = NULL; in sctp_sf_t1_cookie_timer_expire() local
5817 repl = sctp_make_cookie_echo(asoc, NULL); in sctp_sf_t1_cookie_timer_expire()
5818 if (!repl) in sctp_sf_t1_cookie_timer_expire()
5822 SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()
5827 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()