Searched refs:newplus (Results 1 – 1 of 1) sorted by relevance
2811 uint8_t *newplus; in pfsync_send_plus() local2818 newplus = malloc(pluslen + b->b_pluslen, M_PFSYNC, M_NOWAIT); in pfsync_send_plus()2819 if (newplus == NULL) in pfsync_send_plus()2823 memcpy(newplus, b->b_plus, b->b_pluslen); in pfsync_send_plus()2828 memcpy(newplus + b->b_pluslen, plus, pluslen); in pfsync_send_plus()2830 b->b_plus = newplus; in pfsync_send_plus()