Lines Matching refs:repl
310 struct sctp_chunk *chunk = arg, *repl, *err_chunk; in sctp_sf_do_5_1B_init() local
426 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
427 if (!repl) in sctp_sf_do_5_1B_init()
448 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_5_1B_init()
454 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1B_init()
696 struct sctp_chunk *repl; in sctp_sf_do_5_1D_ce() local
795 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_5_1D_ce()
796 if (!repl) in sctp_sf_do_5_1D_ce()
849 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1D_ce()
870 sctp_chunk_free(repl); in sctp_sf_do_5_1D_ce()
1459 struct sctp_chunk *chunk = arg, *repl, *err_chunk; in sctp_sf_do_unexpected_init() local
1582 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_unexpected_init()
1583 if (!repl) in sctp_sf_do_unexpected_init()
1604 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_unexpected_init()
1608 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_unexpected_init()
1781 struct sctp_chunk *repl; in sctp_sf_do_dupcook_a() local
1844 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_a()
1845 if (!repl) in sctp_sf_do_dupcook_a()
1867 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1869 SCTP_ST_CHUNK(0), repl, in sctp_sf_do_dupcook_a()
1874 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1879 sctp_chunk_free(repl); in sctp_sf_do_dupcook_a()
1901 struct sctp_chunk *repl; in sctp_sf_do_dupcook_b() local
1924 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_b()
1925 if (!repl) in sctp_sf_do_dupcook_b()
1928 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_b()
2005 struct sctp_chunk *repl; in sctp_sf_do_dupcook_d() local
2064 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_d()
2065 if (!repl) in sctp_sf_do_dupcook_d()
2068 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_d()
4824 struct sctp_chunk *repl; in sctp_sf_do_prm_asoc() local
4841 repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0); in sctp_sf_do_prm_asoc()
4842 if (!repl) in sctp_sf_do_prm_asoc()
4847 SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
4860 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5759 struct sctp_chunk *repl = NULL; in sctp_sf_t1_init_timer_expire() local
5768 repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0); in sctp_sf_t1_init_timer_expire()
5769 if (!repl) in sctp_sf_t1_init_timer_expire()
5774 SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5780 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5824 struct sctp_chunk *repl = NULL; in sctp_sf_t1_cookie_timer_expire() local
5831 repl = sctp_make_cookie_echo(asoc, NULL); in sctp_sf_t1_cookie_timer_expire()
5832 if (!repl) in sctp_sf_t1_cookie_timer_expire()
5836 SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()
5841 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()