Lines Matching refs:repl
311 struct sctp_chunk *repl; in sctp_sf_do_5_1B_init() local
423 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
424 if (!repl) in sctp_sf_do_5_1B_init()
445 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_5_1B_init()
451 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1B_init()
658 struct sctp_chunk *repl; in sctp_sf_do_5_1D_ce() local
786 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_5_1D_ce()
787 if (!repl) in sctp_sf_do_5_1D_ce()
832 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1D_ce()
847 sctp_chunk_free(repl); in sctp_sf_do_5_1D_ce()
1396 struct sctp_chunk *repl; in sctp_sf_do_unexpected_init() local
1514 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_unexpected_init()
1515 if (!repl) in sctp_sf_do_unexpected_init()
1536 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_unexpected_init()
1540 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_unexpected_init()
1707 struct sctp_chunk *repl; in sctp_sf_do_dupcook_a() local
1766 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_a()
1767 if (!repl) in sctp_sf_do_dupcook_a()
1788 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1795 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1800 sctp_chunk_free(repl); in sctp_sf_do_dupcook_a()
1821 struct sctp_chunk *repl; in sctp_sf_do_dupcook_b() local
1838 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_b()
1839 if (!repl) in sctp_sf_do_dupcook_b()
1842 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_b()
1914 struct sctp_chunk *repl; in sctp_sf_do_dupcook_d() local
1962 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_d()
1963 if (!repl) in sctp_sf_do_dupcook_d()
1966 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_d()
4611 struct sctp_chunk *repl; in sctp_sf_do_prm_asoc() local
4629 repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0); in sctp_sf_do_prm_asoc()
4630 if (!repl) in sctp_sf_do_prm_asoc()
4635 SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
4648 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5531 struct sctp_chunk *repl = NULL; in sctp_sf_t1_init_timer_expire() local
5541 repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0); in sctp_sf_t1_init_timer_expire()
5542 if (!repl) in sctp_sf_t1_init_timer_expire()
5547 SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5553 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5595 struct sctp_chunk *repl = NULL; in sctp_sf_t1_cookie_timer_expire() local
5603 repl = sctp_make_cookie_echo(asoc, NULL); in sctp_sf_t1_cookie_timer_expire()
5604 if (!repl) in sctp_sf_t1_cookie_timer_expire()
5608 SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()
5613 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()