Lines Matching refs:this_ga
1562 struct tipc_gap_ack_blks *last_ga = r->last_ga, *this_ga = NULL;
1585 this_ga = kmemdup(ga, struct_size(ga, gacks, ga->bgack_cnt),
1587 if (likely(this_ga)) {
1588 this_ga->start_index = 0;
1590 gack_cnt = this_ga->bgack_cnt;
1591 gacks = &this_ga->gacks[0];
1641 kfree(this_ga);
1642 this_ga = NULL;
1677 if (this_ga) {
1679 r->last_ga = this_ga;
1701 kfree(this_ga);