Searched refs:newplus (Results 1 – 1 of 1) sorted by relevance
2587 uint8_t *newplus; in pfsync_send_plus() local2594 newplus = malloc(pluslen + b->b_pluslen, M_PFSYNC, M_NOWAIT); in pfsync_send_plus()2595 if (newplus == NULL) in pfsync_send_plus()2599 memcpy(newplus, b->b_plus, b->b_pluslen); in pfsync_send_plus()2604 memcpy(newplus + b->b_pluslen, plus, pluslen); in pfsync_send_plus()2606 b->b_plus = newplus; in pfsync_send_plus()