Lines Matching defs:repl

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