Searched refs:newplus (Results 1 – 1 of 1) sorted by relevance
2651 uint8_t *newplus; in pfsync_send_plus() local2658 newplus = malloc(pluslen + b->b_pluslen, M_PFSYNC, M_NOWAIT); in pfsync_send_plus()2659 if (newplus == NULL) in pfsync_send_plus()2663 memcpy(newplus, b->b_plus, b->b_pluslen); in pfsync_send_plus()2668 memcpy(newplus + b->b_pluslen, plus, pluslen); in pfsync_send_plus()2670 b->b_plus = newplus; in pfsync_send_plus()