Searched refs:new_obj (Results 1 – 1 of 1) sorted by relevance
978 struct sctp_chunk *new_obj; in sctp_cmd_interpreter() local1074 new_obj = sctp_make_init_ack(asoc, chunk, GFP_ATOMIC, in sctp_cmd_interpreter()1076 if (!new_obj) in sctp_cmd_interpreter()1080 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()1095 new_obj = sctp_make_cookie_echo(asoc, chunk); in sctp_cmd_interpreter()1096 if (!new_obj) { in sctp_cmd_interpreter()1102 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()1140 new_obj = sctp_make_shutdown(asoc, chunk); in sctp_cmd_interpreter()1141 if (!new_obj) in sctp_cmd_interpreter()1144 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()[all …]