Lines Matching full:repl
324 struct sctp_chunk *chunk = arg, *repl, *err_chunk; in sctp_sf_do_5_1B_init() local
441 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
442 if (!repl) in sctp_sf_do_5_1B_init()
463 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_5_1B_init()
469 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1B_init()
711 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
1932 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_a()
1933 if (!repl) in sctp_sf_do_dupcook_a()
1953 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1955 SCTP_ST_CHUNK(0), repl, in sctp_sf_do_dupcook_a()
1960 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1965 sctp_chunk_free(repl); in sctp_sf_do_dupcook_a()
1987 struct sctp_chunk *repl; in sctp_sf_do_dupcook_b() local
2013 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_b()
2014 if (!repl) in sctp_sf_do_dupcook_b()
2017 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_b()
2094 struct sctp_chunk *repl; in sctp_sf_do_dupcook_d() local
2153 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_d()
2154 if (!repl) in sctp_sf_do_dupcook_d()
2157 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_d()
4982 struct sctp_chunk *repl; in sctp_sf_do_prm_asoc() local
4999 repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0); in sctp_sf_do_prm_asoc()
5000 if (!repl) in sctp_sf_do_prm_asoc()
5005 SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5018 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5917 struct sctp_chunk *repl = NULL; in sctp_sf_t1_init_timer_expire() local
5926 repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0); in sctp_sf_t1_init_timer_expire()
5927 if (!repl) in sctp_sf_t1_init_timer_expire()
5932 SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5938 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5982 struct sctp_chunk *repl = NULL; in sctp_sf_t1_cookie_timer_expire() local
5989 repl = sctp_make_cookie_echo(asoc, NULL); in sctp_sf_t1_cookie_timer_expire()
5990 if (!repl) in sctp_sf_t1_cookie_timer_expire()
5994 SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()
5999 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()