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()
1518 struct sctp_chunk *chunk = arg, *repl, *err_chunk; in sctp_sf_do_unexpected_init() local
1642 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_unexpected_init()
1643 if (!repl) in sctp_sf_do_unexpected_init()
1664 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_unexpected_init()
1668 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_unexpected_init()
1865 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()
4972 struct sctp_chunk *repl; in sctp_sf_do_prm_asoc() local
4989 repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0); in sctp_sf_do_prm_asoc()
4990 if (!repl) in sctp_sf_do_prm_asoc()
4995 SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5008 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5907 struct sctp_chunk *repl = NULL; in sctp_sf_t1_init_timer_expire() local
5916 repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0); in sctp_sf_t1_init_timer_expire()
5917 if (!repl) in sctp_sf_t1_init_timer_expire()
5922 SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5928 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5972 struct sctp_chunk *repl = NULL; in sctp_sf_t1_cookie_timer_expire() local
5979 repl = sctp_make_cookie_echo(asoc, NULL); in sctp_sf_t1_cookie_timer_expire()
5980 if (!repl) in sctp_sf_t1_cookie_timer_expire()
5984 SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()
5989 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()