Lines Matching refs:repl
316 struct sctp_chunk *chunk = arg, *repl, *err_chunk; in sctp_sf_do_5_1B_init() local
432 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
433 if (!repl) in sctp_sf_do_5_1B_init()
454 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_5_1B_init()
460 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1B_init()
702 struct sctp_chunk *repl; in sctp_sf_do_5_1D_ce() local
805 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_5_1D_ce()
806 if (!repl) in sctp_sf_do_5_1D_ce()
859 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1D_ce()
880 sctp_chunk_free(repl); in sctp_sf_do_5_1D_ce()
1469 struct sctp_chunk *chunk = arg, *repl, *err_chunk; in sctp_sf_do_unexpected_init() local
1589 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_unexpected_init()
1590 if (!repl) in sctp_sf_do_unexpected_init()
1611 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_unexpected_init()
1615 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_unexpected_init()
1788 struct sctp_chunk *repl; in sctp_sf_do_dupcook_a() local
1868 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_a()
1869 if (!repl) in sctp_sf_do_dupcook_a()
1889 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1891 SCTP_ST_CHUNK(0), repl, in sctp_sf_do_dupcook_a()
1896 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1901 sctp_chunk_free(repl); in sctp_sf_do_dupcook_a()
1923 struct sctp_chunk *repl; in sctp_sf_do_dupcook_b() local
1947 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_b()
1948 if (!repl) in sctp_sf_do_dupcook_b()
1951 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_b()
2028 struct sctp_chunk *repl; in sctp_sf_do_dupcook_d() local
2087 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_d()
2088 if (!repl) in sctp_sf_do_dupcook_d()
2091 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_d()
4871 struct sctp_chunk *repl; in sctp_sf_do_prm_asoc() local
4888 repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0); in sctp_sf_do_prm_asoc()
4889 if (!repl) in sctp_sf_do_prm_asoc()
4894 SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
4907 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5806 struct sctp_chunk *repl = NULL; in sctp_sf_t1_init_timer_expire() local
5815 repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0); in sctp_sf_t1_init_timer_expire()
5816 if (!repl) in sctp_sf_t1_init_timer_expire()
5821 SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5827 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5871 struct sctp_chunk *repl = NULL; in sctp_sf_t1_cookie_timer_expire() local
5878 repl = sctp_make_cookie_echo(asoc, NULL); in sctp_sf_t1_cookie_timer_expire()
5879 if (!repl) in sctp_sf_t1_cookie_timer_expire()
5883 SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()
5888 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()