• Home
  • Raw
  • Download

Lines Matching refs:repl

310 	struct sctp_chunk *chunk = arg, *repl, *err_chunk;  in sctp_sf_do_5_1B_init()  local
426 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
427 if (!repl) in sctp_sf_do_5_1B_init()
448 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_5_1B_init()
454 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1B_init()
696 struct sctp_chunk *repl; in sctp_sf_do_5_1D_ce() local
799 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_5_1D_ce()
800 if (!repl) in sctp_sf_do_5_1D_ce()
853 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1D_ce()
874 sctp_chunk_free(repl); in sctp_sf_do_5_1D_ce()
1463 struct sctp_chunk *chunk = arg, *repl, *err_chunk; in sctp_sf_do_unexpected_init() local
1586 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_unexpected_init()
1587 if (!repl) in sctp_sf_do_unexpected_init()
1608 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_unexpected_init()
1612 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_unexpected_init()
1785 struct sctp_chunk *repl; in sctp_sf_do_dupcook_a() local
1865 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_a()
1866 if (!repl) in sctp_sf_do_dupcook_a()
1886 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1888 SCTP_ST_CHUNK(0), repl, in sctp_sf_do_dupcook_a()
1893 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_a()
1898 sctp_chunk_free(repl); in sctp_sf_do_dupcook_a()
1920 struct sctp_chunk *repl; in sctp_sf_do_dupcook_b() local
1944 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_b()
1945 if (!repl) in sctp_sf_do_dupcook_b()
1948 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_b()
2025 struct sctp_chunk *repl; in sctp_sf_do_dupcook_d() local
2084 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_d()
2085 if (!repl) in sctp_sf_do_dupcook_d()
2088 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_dupcook_d()
4850 struct sctp_chunk *repl; in sctp_sf_do_prm_asoc() local
4867 repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0); in sctp_sf_do_prm_asoc()
4868 if (!repl) in sctp_sf_do_prm_asoc()
4873 SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
4886 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_prm_asoc()
5785 struct sctp_chunk *repl = NULL; in sctp_sf_t1_init_timer_expire() local
5794 repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0); in sctp_sf_t1_init_timer_expire()
5795 if (!repl) in sctp_sf_t1_init_timer_expire()
5800 SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5806 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_init_timer_expire()
5850 struct sctp_chunk *repl = NULL; in sctp_sf_t1_cookie_timer_expire() local
5857 repl = sctp_make_cookie_echo(asoc, NULL); in sctp_sf_t1_cookie_timer_expire()
5858 if (!repl) in sctp_sf_t1_cookie_timer_expire()
5862 SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()
5867 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_t1_cookie_timer_expire()