Lines Matching refs:repl
315 struct sctp_chunk *chunk = arg, *repl, *err_chunk; in sctp_sf_do_5_1B_init() local
431 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
432 if (!repl) in sctp_sf_do_5_1B_init()
453 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_5_1B_init()
459 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1B_init()
701 struct sctp_chunk *repl; in sctp_sf_do_5_1D_ce() local
800 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_5_1D_ce()
801 if (!repl) in sctp_sf_do_5_1D_ce()
854 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1D_ce()
875 sctp_chunk_free(repl); in sctp_sf_do_5_1D_ce()
1464 struct sctp_chunk *chunk = arg, *repl, *err_chunk; in sctp_sf_do_unexpected_init() local
1587 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_unexpected_init()
1588 if (!repl) in sctp_sf_do_unexpected_init()
1609 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_unexpected_init()
1613 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_unexpected_init()
1786 struct sctp_chunk *repl; in sctp_sf_do_dupcook_a() local
1849 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_a()
1850 if (!repl) in sctp_sf_do_dupcook_a()
1871 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1878 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1883 sctp_chunk_free(repl); in sctp_sf_do_dupcook_a()
1905 struct sctp_chunk *repl; in sctp_sf_do_dupcook_b() local
1928 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_b()
1929 if (!repl) in sctp_sf_do_dupcook_b()
1932 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_b()
2009 struct sctp_chunk *repl; in sctp_sf_do_dupcook_d() local
2068 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_d()
2069 if (!repl) in sctp_sf_do_dupcook_d()
2072 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_d()
4804 struct sctp_chunk *repl; in sctp_sf_do_prm_asoc() local
4821 repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0); in sctp_sf_do_prm_asoc()
4822 if (!repl) in sctp_sf_do_prm_asoc()
4827 SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
4840 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5739 struct sctp_chunk *repl = NULL; in sctp_sf_t1_init_timer_expire() local
5748 repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0); in sctp_sf_t1_init_timer_expire()
5749 if (!repl) in sctp_sf_t1_init_timer_expire()
5754 SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5760 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5804 struct sctp_chunk *repl = NULL; in sctp_sf_t1_cookie_timer_expire() local
5811 repl = sctp_make_cookie_echo(asoc, NULL); in sctp_sf_t1_cookie_timer_expire()
5812 if (!repl) in sctp_sf_t1_cookie_timer_expire()
5816 SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()
5821 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()