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
816 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_5_1D_ce()
817 if (!repl) in sctp_sf_do_5_1D_ce()
870 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1D_ce()
891 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
1931 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_a()
1932 if (!repl) in sctp_sf_do_dupcook_a()
1952 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1954 SCTP_ST_CHUNK(0), repl, in sctp_sf_do_dupcook_a()
1959 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1964 sctp_chunk_free(repl); in sctp_sf_do_dupcook_a()
1986 struct sctp_chunk *repl; in sctp_sf_do_dupcook_b() local
2012 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_b()
2013 if (!repl) in sctp_sf_do_dupcook_b()
2016 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_b()
2093 struct sctp_chunk *repl; in sctp_sf_do_dupcook_d() local
2152 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_d()
2153 if (!repl) in sctp_sf_do_dupcook_d()
2156 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_d()
4971 struct sctp_chunk *repl; in sctp_sf_do_prm_asoc() local
4988 repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0); in sctp_sf_do_prm_asoc()
4989 if (!repl) in sctp_sf_do_prm_asoc()
4994 SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5007 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5906 struct sctp_chunk *repl = NULL; in sctp_sf_t1_init_timer_expire() local
5915 repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0); in sctp_sf_t1_init_timer_expire()
5916 if (!repl) in sctp_sf_t1_init_timer_expire()
5921 SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5927 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5971 struct sctp_chunk *repl = NULL; in sctp_sf_t1_cookie_timer_expire() local
5978 repl = sctp_make_cookie_echo(asoc, NULL); in sctp_sf_t1_cookie_timer_expire()
5979 if (!repl) in sctp_sf_t1_cookie_timer_expire()
5983 SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()
5988 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()