Lines Matching refs:repl

323 	struct sctp_chunk *chunk = arg, *repl, *err_chunk;
440 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len);
441 if (!repl)
462 sctp_addto_chunk(repl, len, unk_param);
468 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
710 struct sctp_chunk *repl;
816 repl = sctp_make_cookie_ack(new_asoc, chunk);
817 if (!repl)
870 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
891 sctp_chunk_free(repl);
1518 struct sctp_chunk *chunk = arg, *repl, *err_chunk;
1642 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len);
1643 if (!repl)
1664 sctp_addto_chunk(repl, len, unk_param);
1668 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
1865 struct sctp_chunk *repl;
1931 repl = sctp_make_cookie_ack(asoc, chunk);
1932 if (!repl)
1952 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
1954 SCTP_ST_CHUNK(0), repl,
1959 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
1964 sctp_chunk_free(repl);
1986 struct sctp_chunk *repl;
2012 repl = sctp_make_cookie_ack(asoc, chunk);
2013 if (!repl)
2016 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
2093 struct sctp_chunk *repl;
2152 repl = sctp_make_cookie_ack(asoc, chunk);
2153 if (!repl)
2156 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
4971 struct sctp_chunk *repl;
4988 repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0);
4989 if (!repl)
4994 SCTP_CHUNK(repl));
5007 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
5906 struct sctp_chunk *repl = NULL;
5915 repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0);
5916 if (!repl)
5921 SCTP_CHUNK(repl));
5927 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
5971 struct sctp_chunk *repl = NULL;
5978 repl = sctp_make_cookie_echo(asoc, NULL);
5979 if (!repl)
5983 SCTP_CHUNK(repl));
5988 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));