Lines Matching refs:repl
323 struct sctp_chunk *chunk = arg, *repl, *err_chunk; in sctp_sf_do_5_1B_init() local
440 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
441 if (!repl) in sctp_sf_do_5_1B_init()
462 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_5_1B_init()
468 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1B_init()
710 struct sctp_chunk *repl; in sctp_sf_do_5_1D_ce() local
817 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_5_1D_ce()
818 if (!repl) in sctp_sf_do_5_1D_ce()
871 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1D_ce()
892 sctp_chunk_free(repl); in sctp_sf_do_5_1D_ce()
1519 struct sctp_chunk *chunk = arg, *repl, *err_chunk; in sctp_sf_do_unexpected_init() local
1643 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_unexpected_init()
1644 if (!repl) in sctp_sf_do_unexpected_init()
1665 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_unexpected_init()
1669 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_unexpected_init()
1866 struct sctp_chunk *repl; in sctp_sf_do_dupcook_a() local
1933 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_a()
1934 if (!repl) in sctp_sf_do_dupcook_a()
1954 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1956 SCTP_ST_CHUNK(0), repl, in sctp_sf_do_dupcook_a()
1961 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1966 sctp_chunk_free(repl); in sctp_sf_do_dupcook_a()
1988 struct sctp_chunk *repl; in sctp_sf_do_dupcook_b() local
2014 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_b()
2015 if (!repl) in sctp_sf_do_dupcook_b()
2018 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_b()
2095 struct sctp_chunk *repl; in sctp_sf_do_dupcook_d() local
2154 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_d()
2155 if (!repl) in sctp_sf_do_dupcook_d()
2158 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_d()
4973 struct sctp_chunk *repl; in sctp_sf_do_prm_asoc() local
4990 repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0); in sctp_sf_do_prm_asoc()
4991 if (!repl) in sctp_sf_do_prm_asoc()
4996 SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5009 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5908 struct sctp_chunk *repl = NULL; in sctp_sf_t1_init_timer_expire() local
5917 repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0); in sctp_sf_t1_init_timer_expire()
5918 if (!repl) in sctp_sf_t1_init_timer_expire()
5923 SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5929 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5973 struct sctp_chunk *repl = NULL; in sctp_sf_t1_cookie_timer_expire() local
5980 repl = sctp_make_cookie_echo(asoc, NULL); in sctp_sf_t1_cookie_timer_expire()
5981 if (!repl) in sctp_sf_t1_cookie_timer_expire()
5985 SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()
5990 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()