Searched refs:new_obj (Results 1 – 2 of 2) sorted by relevance
1233 struct sctp_chunk *new_obj; in sctp_cmd_interpreter() local1334 new_obj = sctp_make_init_ack(asoc, chunk, GFP_ATOMIC, in sctp_cmd_interpreter()1336 if (!new_obj) in sctp_cmd_interpreter()1340 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()1355 new_obj = sctp_make_cookie_echo(asoc, chunk); in sctp_cmd_interpreter()1356 if (!new_obj) { in sctp_cmd_interpreter()1362 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()1371 if (new_obj->transport) { in sctp_cmd_interpreter()1372 new_obj->transport->init_sent_count++; in sctp_cmd_interpreter()1373 asoc->init_last_sent_to = new_obj->transport; in sctp_cmd_interpreter()[all …]
445 struct ttm_buffer_object **new_obj) in ttm_buffer_object_transfer() argument477 *new_obj = fbo; in ttm_buffer_object_transfer()